From 29c6638323d849b95af5bd0fe778dd0369dcbaef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 05:03:46 +0000 Subject: [PATCH] Bump types-pyyaml from 6.0.12.20250915 to 6.0.12.20260408 Bumps [types-pyyaml](https://github.com/python/typeshed) from 6.0.12.20250915 to 6.0.12.20260408. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-pyyaml dependency-version: 6.0.12.20260408 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f912e3294..a72d01393 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -100,7 +100,7 @@ optional-dependencies.dev = [ "tenacity==9.1.4", "ty==0.0.29", "types-docker==7.1.0.20260403", - "types-pyyaml==6.0.12.20250915", + "types-pyyaml==6.0.12.20260408", "types-requests==2.33.0.20260402", "urllib3==2.6.3", "vulture==2.16",