summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-06-22 09:28:38 +0000
committerGitHub <noreply@github.com>2020-06-22 09:28:38 +0000
commit9f6a8623854c36f43705c2c1e4425ce1a01a7b72 (patch)
tree45e3f2a1fc904988baa2d7b2587695148cd4808c
parent6d4895cc9fe614cf3164891b1f502453312f64ca (diff)
downloadnumpy-dependabot/pip/mypy-0.781.tar.gz
MAINT: Bump mypy from 0.780 to 0.781dependabot/pip/mypy-0.781
Bumps [mypy](https://github.com/python/mypy) from 0.780 to 0.781. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.780...v0.781) 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 b886c7167..87291e7bf 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.780; platform_python_implementation != "PyPy" and python_version > "3.6"
+mypy==0.781; platform_python_implementation != "PyPy" and python_version > "3.6"
typing_extensions