From 7a533358c5994bfeed4438eec6ea11d6612eb6e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 06:02:22 +0000 Subject: [PATCH] Bump types-pyyaml from 6.0.12.11 to 6.0.12.12 Bumps [types-pyyaml](https://github.com/python/typeshed) from 6.0.12.11 to 6.0.12.12. - [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 4656efe23..fea9a0acf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -318,7 +318,7 @@ dev = [ "sphinxcontrib-spelling==8.0.0", "sphinx-toolbox==3.5.0", "sybil==5.0.3", - "types-PyYAML==6.0.12.11", + "types-PyYAML==6.0.12.12", "types-Pillow==10.0.0.3", "types-requests==2.31.0.3", "urllib3==2.0.5",