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 701f7d46c..fb29573d9 100644 --- a/environment.yml +++ b/environment.yml @@ -19,7 +19,7 @@ dependencies: - pytest-xdist - hypothesis # For type annotations - - mypy=0.910 + - mypy=0.920 # For building docs - sphinx=4.1.1 - numpydoc=1.1.0 diff --git a/test_requirements.txt b/test_requirements.txt index 9532e3346..673506b3d 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -9,4 +9,4 @@ pytest-cov==3.0.0 cffi; python_version < '3.10' # For testing types. Notes on the restrictions: # - Mypy relies on C API features not present in PyPy -mypy==0.910; platform_python_implementation != "PyPy" +mypy==0.920; platform_python_implementation != "PyPy" |
