diff options
| -rw-r--r-- | environment.yml | 2 | ||||
| -rw-r--r-- | test_requirements.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/environment.yml b/environment.yml index ded3b1a1d..58aac2a88 100644 --- a/environment.yml +++ b/environment.yml @@ -19,7 +19,7 @@ dependencies: - pytest-xdist - hypothesis # For type annotations - - mypy=0.942 + - mypy=0.950 # For building docs - sphinx=4.5.0 - sphinx-panels diff --git a/test_requirements.txt b/test_requirements.txt index b40f438be..05c83c050 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -10,4 +10,4 @@ cffi; python_version < '3.10' # For testing types. Notes on the restrictions: # - Mypy relies on C API features not present in PyPy # NOTE: Keep mypy in sync with environment.yml -mypy==0.942; platform_python_implementation != "PyPy" +mypy==0.950; platform_python_implementation != "PyPy" |
