From 3952c394c99e6bd4159332ec02af6a8e547b0b00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 3 Dec 2022 13:59:06 +0000 Subject: [PATCH] MAINT: Bump mypy from 0.910 to 0.991 Bumps [mypy](https://github.com/python/mypy) from 0.910 to 0.991. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.910...v0.991) --- 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 3e7d3fef79dd..7d4f9a692c79 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -10,5 +10,5 @@ cffi; python_version < '3.10' # For testing types. Notes on the restrictions: # - Mypy relies on C API features not present in PyPy # NOTE: Keep mypy in sync with environment.yml -mypy==0.981; platform_python_implementation != "PyPy" +mypy==0.991; platform_python_implementation != "PyPy" typing_extensions>=4.2.0