diff --git a/test_requirements.txt b/test_requirements.txt index 3a4a89969818..f72f4d229fb1 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.902; platform_python_implementation != "PyPy" typing_extensions==3.7.4.3; platform_python_implementation != "PyPy"