From 5806fe611f9bfe3b6ce5527babf54e9e4a9060c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jul 2024 09:17:29 +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 f64e2b03..dbe36145 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,7 +89,7 @@ dev-mypy = [ "mypy == 1.10.1", "types-setuptools >= 67.6.0, < 71", # Should match the build dependency "types-Markdown == 3.6.0.20240316", - "types-PyYAML == 6.0.12.20240311", + "types-PyYAML == 6.0.12.20240724", "types-babel == 2.11.0.15", "types-colorama == 0.4.15.20240311", # For checking the noxfile, docs/ script, and tests