From db022be6af81d64a444cc20d4023ad042581b157 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 16:39:40 +0000 Subject: [PATCH] build(deps-dev): 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 fd714b5ce..2c9d0cfc5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -90,7 +90,7 @@ dev = [ # type stubs for mypy "types-backports==0.1.3", "types-colorama==0.4.15.20240106", - "types-PyYAML==6.0.12.11", + "types-PyYAML==6.0.12.12", "types-tabulate==0.9.0.3", "types-termcolor==1.1.6.2", "types-psutil==5.9.5.17",