diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2020-07-06 06:31:59 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-06 06:31:59 -0600 |
commit | d0be29809a4c526d30afdb998bd6d0110b657dad (patch) | |
tree | 0fa5c1f4040a16f44a4964d735a379dee54ff42f /test_requirements.txt | |
parent | 245525514ed55258521ed0cfb2a1b00bad85aadb (diff) | |
parent | b74d189cb488339c54e46ae6390e0ed0a4bacc8e (diff) | |
download | numpy-d0be29809a4c526d30afdb998bd6d0110b657dad.tar.gz |
Merge pull request #16764 from numpy/dependabot/pip/mypy-0.782
MAINT: Bump mypy from 0.781 to 0.782
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 1de47bad2..d7698609f 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -11,5 +11,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.781; platform_python_implementation != "PyPy" and python_version > "3.6" +mypy==0.782; platform_python_implementation != "PyPy" and python_version > "3.6" typing_extensions |