summaryrefslogtreecommitdiff
path: root/test_requirements.txt
diff options
context:
space:
mode:
authorBas van Beek <43369155+BvB93@users.noreply.github.com>2022-05-03 15:06:39 +0200
committerBas van Beek <43369155+BvB93@users.noreply.github.com>2022-05-03 15:06:39 +0200
commitddc0b4b304042024639cefefacf246995cc058f5 (patch)
tree88e48c4d2e790bb724cd1e1a8d4b5a75dd66ced3 /test_requirements.txt
parentb222eb66c79b8eccba39f46f020ed8303614a87f (diff)
downloadnumpy-ddc0b4b304042024639cefefacf246995cc058f5.tar.gz
TYP: Bump mypy to 0.950
0.942 -> 0.950
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 b40f438be..05c83c050 100644
--- a/test_requirements.txt
+++ b/test_requirements.txt
@@ -10,4 +10,4 @@ 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.942; platform_python_implementation != "PyPy"
+mypy==0.950; platform_python_implementation != "PyPy"