We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 084b199 commit 3bd4425Copy full SHA for 3bd4425
environment.yml
@@ -77,7 +77,7 @@ dependencies:
77
78
# code checks
79
- flake8=7.1.0 # run in subprocess over docstring examples
80
- - mypy=1.11.2 # pre-commit uses locally installed mypy
+ - mypy=1.13.0 # pre-commit uses locally installed mypy
81
- tokenize-rt # scripts/check_for_inconsistent_pandas_namespace.py
82
- pre-commit>=4.0.1
83
requirements-dev.txt
@@ -54,7 +54,7 @@ moto
54
flask
55
asv>=0.6.1
56
flake8==7.1.0
57
-mypy==1.11.2
+mypy==1.13.0
58
tokenize-rt
59
pre-commit>=4.0.1
60
gitpython
0 commit comments