From abcbd2e44b11a6b85f92886ad9c708931afd6c17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 02:58:19 +0000 Subject: [PATCH] chore(deps): update types-pyyaml requirement Updates the requirements on [types-pyyaml](https://github.com/python/typeshed) to permit the latest version. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-pyyaml dependency-version: 6.0.12.20260408 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 11eff33..420e2e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dev = [ "pytest-cov>=5.0", "ruff>=0.4", "mypy>=1.10", - "types-pyyaml>=6.0.12.20250915", + "types-pyyaml>=6.0.12.20260408", "types-pytz>=2026.1.1.20260304", ]