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 067dd07c8..0f828cf43 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -13,5 +13,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.782; platform_python_implementation != "PyPy" and python_version > "3.6" +mypy==0.790; platform_python_implementation != "PyPy" and python_version > "3.6" typing_extensions |