diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2020-10-12 09:19:40 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-12 09:19:40 -0600 |
commit | a72b89c7c2e30f5df5cf27f68b6afd45361934fd (patch) | |
tree | 7a16a4622eebddff8ca07c6eec2592adfae39099 /test_requirements.txt | |
parent | 4c6f0f88df24180bde7475030e3f40680a150e57 (diff) | |
parent | 7ffd3a7fc2878229e285990d7e018fc11c743cb8 (diff) | |
download | numpy-a72b89c7c2e30f5df5cf27f68b6afd45361934fd.tar.gz |
Merge pull request #17539 from numpy/dependabot/pip/mypy-0.790
MAINT: Bump mypy from 0.782 to 0.790
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 4b4bf2c8c..c189631ed 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -13,5 +13,5 @@ cffi # - Mypy relies on C API features not present in PyPy # - Mypy doesn't currently work on Python 3.9 # - Python 3.6 doesn't work because it doesn't understand py.typed -mypy==0.782; platform_python_implementation != "PyPy" and python_version > "3.6" +mypy==0.790; platform_python_implementation != "PyPy" and python_version > "3.6" typing_extensions |