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"