summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-01-25 07:02:28 +0000
committerGitHub <noreply@github.com>2021-01-25 07:02:28 +0000
commitf5e1a0699c34ec783dfe944cbdbeefbe27f204b3 (patch)
tree9514323410baacd914c2a788b77479e9274a690b
parentd4e40757ae4dc63a3c9dc8c6546d96abb47996c8 (diff)
downloadnumpy-f5e1a0699c34ec783dfe944cbdbeefbe27f204b3.tar.gz
MAINT: Bump mypy from 0.790 to 0.800
Bumps [mypy](https://github.com/python/mypy) from 0.790 to 0.800. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.790...v0.800) 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 52109a5d5..812d9a0d2 100644
--- a/test_requirements.txt
+++ b/test_requirements.txt
@@ -11,5 +11,5 @@ cffi
# For testing types. Notes on the restrictions:
# - Mypy relies on C API features not present in PyPy
# - Mypy doesn't currently work on Python 3.9
-mypy==0.790; platform_python_implementation != "PyPy"
+mypy==0.800; platform_python_implementation != "PyPy"
typing_extensions