From 5197d5702620ea14e65bb1923e787dbda97c7ec2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 07:29:37 +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 cd03a938..a539fe15 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,7 +89,7 @@ dev-mypy = [ "mypy == 1.11.2", "types-setuptools >= 67.6.0, < 72", # Should match the build dependency "types-Markdown == 3.7.0.20240822", - "types-PyYAML == 6.0.12.20240724", + "types-PyYAML == 6.0.12.20240808", "types-babel == 2.11.0.15", "types-colorama == 0.4.15.20240311", # For checking the noxfile, docs/ script, and tests