summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test_requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test_requirements.txt b/test_requirements.txt
index 5066b37dd..5a03bd2f6 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.800; platform_python_implementation != "PyPy"
+mypy==0.812; platform_python_implementation != "PyPy"
typing_extensions==3.7.4.3; platform_python_implementation != "PyPy"