summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBas van Beek <b.f.van.beek@vu.nl>2021-12-16 14:37:05 +0100
committerBas van Beek <b.f.van.beek@vu.nl>2021-12-16 14:37:05 +0100
commit56d5723eb26c07617443b76127281ce52bed5ff4 (patch)
tree101e6c4b21164161c071a7b946268b3c39749194
parent70157e48c68b6c69c1ca86f3b8dfd5d53040eb89 (diff)
downloadnumpy-56d5723eb26c07617443b76127281ce52bed5ff4.tar.gz
TST: Bump mypy: 0.910 -> 0.920
-rw-r--r--environment.yml2
-rw-r--r--test_requirements.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/environment.yml b/environment.yml
index 701f7d46c..fb29573d9 100644
--- a/environment.yml
+++ b/environment.yml
@@ -19,7 +19,7 @@ dependencies:
- pytest-xdist
- hypothesis
# For type annotations
- - mypy=0.910
+ - mypy=0.920
# For building docs
- sphinx=4.1.1
- numpydoc=1.1.0
diff --git a/test_requirements.txt b/test_requirements.txt
index 9532e3346..673506b3d 100644
--- a/test_requirements.txt
+++ b/test_requirements.txt
@@ -9,4 +9,4 @@ pytest-cov==3.0.0
cffi; python_version < '3.10'
# For testing types. Notes on the restrictions:
# - Mypy relies on C API features not present in PyPy
-mypy==0.910; platform_python_implementation != "PyPy"
+mypy==0.920; platform_python_implementation != "PyPy"