summaryrefslogtreecommitdiff
path: root/test_requirements.txt
diff options
context:
space:
mode:
authorBas van Beek <43369155+BvB93@users.noreply.github.com>2022-01-11 18:29:31 +0100
committerBas van Beek <43369155+BvB93@users.noreply.github.com>2022-01-11 18:29:31 +0100
commit009b0d3268c568646d2ad7d78cb930e6f2be2bf7 (patch)
treeca2948e0eb5d1084ca1fff57ed77be8cddc512c3 /test_requirements.txt
parent2d749723319e91f9c2dbce9e96f12f95db08c0d0 (diff)
downloadnumpy-009b0d3268c568646d2ad7d78cb930e6f2be2bf7.tar.gz
TST: Bump mypy to 0.931
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 e33649c4a..1c8e6ff79 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.930; platform_python_implementation != "PyPy"
+mypy==0.931; platform_python_implementation != "PyPy"