From b78aa845fa9bdb1061d45232257c09e9da85251e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Feb 2023 02:56:44 +0000 Subject: [PATCH] Bump types-pyyaml from 6.0.11 to 6.0.12.8 Bumps [types-pyyaml](https://github.com/python/typeshed) from 6.0.11 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] --- requirements.test.txt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/requirements.test.txt b/requirements.test.txt index d3eafe0..3195c72 100644 --- a/requirements.test.txt +++ b/requirements.test.txt @@ -47,12 +47,10 @@ python-dateutil==2.8.2 six==1.16.0 # via python-dateutil tomli==2.0.0 - # via - # mypy - # pytest + # via pytest typed-ast==1.5.4 # via -r requirements.test.in -types-pyyaml==6.0.11 +types-pyyaml==6.0.12.8 # via -r requirements.test.in typing-extensions==4.0.1 # via mypy