From b74d189cb488339c54e46ae6390e0ed0a4bacc8e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2020 09:07:34 +0000 Subject: MAINT: Bump mypy from 0.781 to 0.782 Bumps [mypy](https://github.com/python/mypy) from 0.781 to 0.782. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.781...v0.782) Signed-off-by: dependabot-preview[bot] --- test_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_requirements.txt b/test_requirements.txt index 81934a852..ff0128a51 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -11,5 +11,5 @@ cffi # - Mypy relies on C API features not present in PyPy # - Mypy doesn't currently work on Python 3.9 # - Python 3.6 doesn't work because it doesn't understand py.typed -mypy==0.781; platform_python_implementation != "PyPy" and python_version > "3.6" +mypy==0.782; platform_python_implementation != "PyPy" and python_version > "3.6" typing_extensions -- cgit v1.2.1