diff options
author | Bas van Beek <43369155+BvB93@users.noreply.github.com> | 2022-05-03 15:06:39 +0200 |
---|---|---|
committer | Bas van Beek <43369155+BvB93@users.noreply.github.com> | 2022-05-03 15:06:39 +0200 |
commit | ddc0b4b304042024639cefefacf246995cc058f5 (patch) | |
tree | 88e48c4d2e790bb724cd1e1a8d4b5a75dd66ced3 /test_requirements.txt | |
parent | b222eb66c79b8eccba39f46f020ed8303614a87f (diff) | |
download | numpy-ddc0b4b304042024639cefefacf246995cc058f5.tar.gz |
TYP: Bump mypy to 0.950
0.942 -> 0.950
Diffstat (limited to 'test_requirements.txt')
-rw-r--r-- | test_requirements.txt | 2 |
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" |