From ff0645a2b3e50076e6b4fea5646c236547dc62c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 05:56:35 +0000 Subject: [PATCH] Bump types-pyyaml from 6.0.12.20240808 to 6.0.12.20240917 Bumps [types-pyyaml](https://github.com/python/typeshed) from 6.0.12.20240808 to 6.0.12.20240917. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-pyyaml dependency-type: direct:production 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 58f799902..c55a18d4b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -93,7 +93,7 @@ optional-dependencies.dev = [ "tenacity==9.0.0", "types-docker==7.1.0.20240827", "types-pillow==10.2.0.20240822", - "types-pyyaml==6.0.12.20240808", + "types-pyyaml==6.0.12.20240917", "types-requests==2.32.0.20240914", "urllib3==2.2.3", "vulture==2.11",