From 6676d74e20e0e0f112d54b359835ac2f25de5cc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jun 2022 10:20:59 +0000 Subject: [PATCH] Bump mypy from 0.960 to 0.961 Bumps [mypy](https://github.com/python/mypy) from 0.960 to 0.961. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.960...v0.961) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 4494afb7c7..c6bbdd4ebc 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -58,7 +58,7 @@ mccabe==0.6.1 # via # flake8 # pylint -mypy==0.960 ; implementation_name == "cpython" +mypy==0.961 ; implementation_name == "cpython" # via -r test-requirements.in mypy-extensions==0.4.3 ; implementation_name == "cpython" # via