diff --git a/test_requirements.txt b/test_requirements.txt index e2dcdaed3d20..33ad0f92f576 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.910; platform_python_implementation != "PyPy" +mypy==1.0.0; platform_python_implementation != "PyPy" typing_extensions==3.10.0.0; platform_python_implementation != "PyPy"