summaryrefslogtreecommitdiff
path: root/test_requirements.txt
diff options
context:
space:
mode:
authorBvB93 <43369155+BvB93@users.noreply.github.com>2022-09-30 19:30:03 +0200
committerBvB93 <43369155+BvB93@users.noreply.github.com>2022-09-30 19:37:46 +0200
commit5d4bba30664f78f7e7b8656be674e519a525f6a7 (patch)
treee3f502228344760360f67ef3df575d09787aec41 /test_requirements.txt
parent17051caef30ad3b99291077c95f5ca9e55f0e082 (diff)
downloadnumpy-5d4bba30664f78f7e7b8656be674e519a525f6a7.tar.gz
TST,TYP: Bump mypy to 0.981
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 c5fec8cd7..3e7d3fef7 100644
--- a/test_requirements.txt
+++ b/test_requirements.txt
@@ -10,5 +10,5 @@ cffi; python_version < '3.10'
# For testing types. Notes on the restrictions:
# - Mypy relies on C API features not present in PyPy
# NOTE: Keep mypy in sync with environment.yml
-mypy==0.950; platform_python_implementation != "PyPy"
+mypy==0.981; platform_python_implementation != "PyPy"
typing_extensions>=4.2.0