diff options
author | Matti Picus <matti.picus@gmail.com> | 2020-06-16 11:48:29 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-16 11:48:29 +0300 |
commit | a0be9d0615f10e5a1098466a58e18a215ff427a6 (patch) | |
tree | 70a4b07ae1fa4c43c7233f1360cc1d8de4213b28 /test_requirements.txt | |
parent | b26c86f65f2217578665998db3f3512bca613167 (diff) | |
parent | f88547eef59bdff7074d278fb0ba52321e038aad (diff) | |
download | numpy-a0be9d0615f10e5a1098466a58e18a215ff427a6.tar.gz |
Merge pull request #16613 from person142/mypy-780
MAINT: bump mypy version to 0.780
Diffstat (limited to 'test_requirements.txt')
-rw-r--r-- | test_requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test_requirements.txt b/test_requirements.txt index 3d6c80600..b886c7167 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.770; platform_python_implementation != "PyPy" and python_version > "3.6" and python_version < "3.9" +mypy==0.780; platform_python_implementation != "PyPy" and python_version > "3.6" typing_extensions |