From cef09d946205b3fab63662c8629dfc131ec5c62b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 16:27:29 +0000 Subject: [PATCH] build(deps-dev): 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.20260906 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 89bf12f..0e8a150 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,6 +65,6 @@ dev = [ "ruff>=0.16.5", "ty>=0.0.79", "types-pytz>=2026.3.1.20260727", - "types-pyyaml>=6.0.12.20260815", + "types-pyyaml>=6.0.12.20260906", "types-requests>=2.33.0.20260906", ]