From 7b7133836333d618266906e4a121e174f3923896 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2024 05:34:21 +0000 Subject: [PATCH] Bump types-pyyaml from 6.0.12.20240724 to 6.0.12.20240808 Bumps [types-pyyaml](https://github.com/python/typeshed) from 6.0.12.20240724 to 6.0.12.20240808. - [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 95daeac67..6575e6924 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -90,7 +90,7 @@ optional-dependencies.dev = [ "tenacity==9.0.0", "types-docker==7.1.0.20240806", "types-pillow==10.2.0.20240520", - "types-pyyaml==6.0.12.20240724", + "types-pyyaml==6.0.12.20240808", "types-requests==2.32.0.20240712", "urllib3==2.2.2", "vulture==2.11",