diff --git a/test_requirements.txt b/test_requirements.txt index 4421c20b58ae..122c0b42960a 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 # - There is no point in installing typing_extensions without mypy -mypy==0.812; platform_python_implementation != "PyPy" +mypy==0.910; platform_python_implementation != "PyPy" typing_extensions==3.10.0.0; platform_python_implementation != "PyPy"