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 0273e05 commit 6d6445eCopy full SHA for 6d6445e
environment.yml
@@ -26,7 +26,7 @@ dependencies:
26
- hypothesis
27
# For type annotations
28
- typing_extensions>=4.2.0 # needed for python < 3.10
29
- - mypy=1.10.0
+ - mypy=1.11.1
30
# For building docs
31
- sphinx>=4.5.0
32
- sphinx-copybutton
requirements/test_requirements.txt
@@ -15,7 +15,7 @@ cffi; python_version < '3.10'
15
# For testing types. Notes on the restrictions:
16
# - Mypy relies on C API features not present in PyPy
17
# NOTE: Keep mypy in sync with environment.yml
18
-mypy==1.10.0; platform_python_implementation != "PyPy"
+mypy==1.11.1; platform_python_implementation != "PyPy"
19
typing_extensions>=4.2.0
20
# for optional f2py encoding detection
21
charset-normalizer
0 commit comments