summaryrefslogtreecommitdiff
path: root/test_requirements.txt
diff options
context:
space:
mode:
authorMatti Picus <matti.picus@gmail.com>2020-06-16 11:48:29 +0300
committerGitHub <noreply@github.com>2020-06-16 11:48:29 +0300
commita0be9d0615f10e5a1098466a58e18a215ff427a6 (patch)
tree70a4b07ae1fa4c43c7233f1360cc1d8de4213b28 /test_requirements.txt
parentb26c86f65f2217578665998db3f3512bca613167 (diff)
parentf88547eef59bdff7074d278fb0ba52321e038aad (diff)
downloadnumpy-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.txt2
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