From 621eb56366c16649083bbc6f831de2785a8f4447 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Oct 2022 10:07:44 +0000 Subject: [PATCH] MAINT: Bump typing-extensions from 3.10.0.0 to 4.4.0 Bumps [typing-extensions](https://github.com/python/typing_extensions) from 3.10.0.0 to 4.4.0. - [Release notes](https://github.com/python/typing_extensions/releases) - [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md) - [Commits](https://github.com/python/typing_extensions/compare/3.10.0.0...4.4.0) --- updated-dependencies: - dependency-name: typing-extensions dependency-type: direct:production update-type: version-update:semver-major ... 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 bc30ed4bc89b..f5def6dfd5da 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.910; platform_python_implementation != "PyPy" -typing_extensions==3.10.0.0; platform_python_implementation != "PyPy" +typing_extensions==4.4.0; platform_python_implementation != "PyPy"