summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-10-12 07:15:14 +0000
committerGitHub <noreply@github.com>2020-10-12 07:15:14 +0000
commit7ffd3a7fc2878229e285990d7e018fc11c743cb8 (patch)
tree40272d0f093e430bab69ad815b8c0c062655f374
parent588a517b68d9f273b607622dc854b1b3d014ac58 (diff)
downloadnumpy-dependabot/pip/mypy-0.790.tar.gz
MAINT: Bump mypy from 0.782 to 0.790dependabot/pip/mypy-0.790
Bumps [mypy](https://github.com/python/mypy) from 0.782 to 0.790. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.782...v0.790) 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 067dd07c8..0f828cf43 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