From 60413b324cbc26b39c88b95a0d3069789f5560b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Sep 2021 11:06:32 +0000 Subject: [PATCH] MAINT: Bump typing-extensions from 3.10.0.0 to 3.10.0.2 Bumps [typing-extensions](https://github.com/python/typing) from 3.10.0.0 to 3.10.0.2. - [Release notes](https://github.com/python/typing/releases) - [Commits](https://github.com/python/typing/compare/3.10.0.0...3.10.0.2) --- updated-dependencies: - dependency-name: typing-extensions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- test_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_requirements.txt b/test_requirements.txt index 9c75cb58c93a..765b2bbff123 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.10.0.0; platform_python_implementation != "PyPy" +typing_extensions==3.10.0.2; platform_python_implementation != "PyPy"