From 1cfb3b56517c0d5dd538eb7b756126618c7982a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 14:29:52 +0000 Subject: [PATCH] [dependency]: 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:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 61c9d35..7f1a7d3 100644 --- a/setup.py +++ b/setup.py @@ -75,7 +75,7 @@ def read_description(local_current_package): ], "typing": [ "mypy == 1.10.0", - "types-PyYAML == 6.0.12.20240311" + "types-PyYAML == 6.0.12.20240724" ], "documentation": [ "Sphinx == 6.2.0",