From 1a296a186273d40fe06612e519746b4171c3bce5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jul 2024 05:30:37 +0000 Subject: [PATCH] Bump types-pyyaml from 6.0.12.20240311 to 6.0.12.20240724 Bumps [types-pyyaml](https://github.com/python/typeshed) from 6.0.12.20240311 to 6.0.12.20240724. - [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 8593b09c1..e45188a67 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -90,7 +90,7 @@ optional-dependencies.dev = [ "tenacity==8.5.0", "types-docker==7.1.0.20240720", "types-pillow==10.2.0.20240520", - "types-pyyaml==6.0.12.20240311", + "types-pyyaml==6.0.12.20240724", "types-requests==2.32.0.20240712", "urllib3==2.2.2", "vulture==2.11",