8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 708c44c commit 1320679Copy full SHA for 1320679
environment.yml
@@ -24,7 +24,7 @@ dependencies:
24
- pytest-xdist
25
- hypothesis
26
# For type annotations
27
- - mypy=1.3.0
+ - mypy=1.5.1
28
# For building docs
29
- sphinx>=4.5.0
30
- sphinx-design
test_requirements.txt
@@ -13,7 +13,7 @@ cffi; python_version < '3.10'
13
# For testing types. Notes on the restrictions:
14
# - Mypy relies on C API features not present in PyPy
15
# NOTE: Keep mypy in sync with environment.yml
16
-mypy==1.3.0; platform_python_implementation != "PyPy"
+mypy==1.5.1; platform_python_implementation != "PyPy"
17
typing_extensions>=4.2.0
18
# for optional f2py encoding detection
19
charset-normalizer
0 commit comments