Skip to content

Commit 3bd4425

Browse files
committed
Update mypy version from 1.11.2 to 1.13.0
1 parent 084b199 commit 3bd4425

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ dependencies:
7777

7878
# code checks
7979
- flake8=7.1.0 # run in subprocess over docstring examples
80-
- mypy=1.11.2 # pre-commit uses locally installed mypy
80+
- mypy=1.13.0 # pre-commit uses locally installed mypy
8181
- tokenize-rt # scripts/check_for_inconsistent_pandas_namespace.py
8282
- pre-commit>=4.0.1
8383

requirements-dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ moto
5454
flask
5555
asv>=0.6.1
5656
flake8==7.1.0
57-
mypy==1.11.2
57+
mypy==1.13.0
5858
tokenize-rt
5959
pre-commit>=4.0.1
6060
gitpython

0 commit comments

Comments
 (0)