From 46a21e5e4d117e29444ada8c70c19e27c19a4dd6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 06:06:17 +0000 Subject: [PATCH] chore(deps-dev): Bump types-pyyaml Bumps [types-pyyaml](https://github.com/python/typeshed) from 6.0.12.20260508 to 6.0.12.20260510. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-pyyaml dependency-version: 6.0.12.20260510 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 8e3014c99..553bfd983 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -100,7 +100,7 @@ optional-dependencies.dev = [ "tenacity==9.1.4", "ty==0.0.35", "types-docker==7.1.0.20260508", - "types-pyyaml==6.0.12.20260508", + "types-pyyaml==6.0.12.20260510", "types-requests==2.33.0.20260508", "urllib3==2.7.0", "vulture==2.16",