summaryrefslogtreecommitdiff
path: root/test_requirements.txt
diff options
context:
space:
mode:
authorMatti Picus <matti.picus@gmail.com>2021-01-25 17:11:18 +0200
committerGitHub <noreply@github.com>2021-01-25 17:11:18 +0200
commit8e1ca2754ca5bb4fc9613b2c2f8b7ee1db0019e9 (patch)
treeaa01e378ac66ce8df2d05f80b096ded55fac48ff /test_requirements.txt
parentd9dee6a6b95c3fea8747e591ef1f44f36445f70c (diff)
parent7da7789a6508a60d0ad7662ac69bcee9c478c239 (diff)
downloadnumpy-8e1ca2754ca5bb4fc9613b2c2f8b7ee1db0019e9.tar.gz
Merge pull request #18225 from numpy/dependabot/pip/mypy-0.800
MAINT: Bump mypy from 0.790 to 0.800
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 2d2aa6ae7..a0956a4b0 100644
--- a/test_requirements.txt
+++ b/test_requirements.txt
@@ -11,5 +11,5 @@ cffi
# For testing types. Notes on the restrictions:
# - Mypy relies on C API features not present in PyPy
# - Mypy doesn't currently work on Python 3.9
-mypy==0.790; platform_python_implementation != "PyPy"
+mypy==0.800; platform_python_implementation != "PyPy"
typing_extensions