summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-07-06 09:07:34 +0000
committerGitHub <noreply@github.com>2020-07-06 09:07:34 +0000
commitb74d189cb488339c54e46ae6390e0ed0a4bacc8e (patch)
tree82761fbe007e7708c051756ddabab0d13a3ff40b
parent2ccfd794011ece560ba4bbeca6f9171176428a77 (diff)
downloadnumpy-dependabot/pip/mypy-0.782.tar.gz
MAINT: Bump mypy from 0.781 to 0.782dependabot/pip/mypy-0.782
Bumps [mypy](https://github.com/python/mypy) from 0.781 to 0.782. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.781...v0.782) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-rw-r--r--test_requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test_requirements.txt b/test_requirements.txt
index 81934a852..ff0128a51 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