diff options
-rw-r--r-- | test_requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test_requirements.txt b/test_requirements.txt index b886c7167..87291e7bf 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -11,5 +11,5 @@ cffi # - Mypy relies on C API features not present in PyPy # - Mypy doesn't currently work on Python 3.9 # - Python 3.6 doesn't work because it doesn't understand py.typed -mypy==0.780; platform_python_implementation != "PyPy" and python_version > "3.6" +mypy==0.781; platform_python_implementation != "PyPy" and python_version > "3.6" typing_extensions |