summaryrefslogtreecommitdiff
path: root/test_requirements.txt
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-05-03 08:39:29 +0000
committerGitHub <noreply@github.com>2021-05-03 08:39:29 +0000
commit01714447d72ef48c1ea33fd964f441c3112b0c83 (patch)
tree0a8d638e3fe49710681632b3a26153cc8dfbffa4 /test_requirements.txt
parent064547da0ddd7d3cc037aad4a6e1f088a9d8a425 (diff)
downloadnumpy-01714447d72ef48c1ea33fd964f441c3112b0c83.tar.gz
MAINT: Bump typing-extensions from 3.7.4.3 to 3.10.0.0
Bumps [typing-extensions](https://github.com/python/typing) from 3.7.4.3 to 3.10.0.0. - [Release notes](https://github.com/python/typing/releases) - [Commits](https://github.com/python/typing/compare/3.7.4.3...3.10.0.0) Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'test_requirements.txt')
-rw-r--r--test_requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test_requirements.txt b/test_requirements.txt
index 2cb57d841..4421c20b5 100644
--- a/test_requirements.txt
+++ b/test_requirements.txt
@@ -12,4 +12,4 @@ cffi
# - Mypy relies on C API features not present in PyPy
# - There is no point in installing typing_extensions without mypy
mypy==0.812; platform_python_implementation != "PyPy"
-typing_extensions==3.7.4.3; platform_python_implementation != "PyPy"
+typing_extensions==3.10.0.0; platform_python_implementation != "PyPy"