From 99a12d985e31641c97a72cd2dbf7adba04693bc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Feb 2023 15:03:59 +0000 Subject: [PATCH] Bump types-pyyaml from 6.0.7 to 6.0.12.8 in /tools Bumps [types-pyyaml](https://github.com/python/typeshed) from 6.0.7 to 6.0.12.8. - [Release notes](https://github.com/python/typeshed/releases) - [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] --- tools/requirements_mypy.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/requirements_mypy.txt b/tools/requirements_mypy.txt index 8ce1e678c07645..6dd10f0eb7c2ee 100644 --- a/tools/requirements_mypy.txt +++ b/tools/requirements_mypy.txt @@ -4,7 +4,7 @@ toml==0.10.2 typed-ast==1.5.4 types-atomicwrites==1.4.5 types-python-dateutil==2.8.17 -types-PyYAML==6.0.7 +types-PyYAML==6.0.12.8 types-requests==2.27.29 types-setuptools==57.4.17 types-six==1.16.15