From 98c7897830d59b74dc7e447ce233fa91dc99230c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 May 2022 10:14:22 +0000 Subject: [PATCH] Bump mypy from 0.950 to 0.960 Bumps [mypy](https://github.com/python/mypy) from 0.950 to 0.960. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.950...v0.960) --- 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 6897469224..4494afb7c7 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -58,7 +58,7 @@ mccabe==0.6.1 # via # flake8 # pylint -mypy==0.950 ; implementation_name == "cpython" +mypy==0.960 ; implementation_name == "cpython" # via -r test-requirements.in mypy-extensions==0.4.3 ; implementation_name == "cpython" # via