Skip to content

Commit ba16174

Browse files
committed
Try bumping mypy
1 parent 1117c6b commit ba16174

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

environment.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ dependencies:
4242
- numexpr>=2.8.4
4343
- openpyxl>=3.1.0
4444
- odfpy>=1.4.1
45-
- py
4645
- psycopg2>=2.9.6
4746
- pyarrow>=10.0.1
4847
- pymysql>=1.0.2
@@ -77,7 +76,7 @@ dependencies:
7776

7877
# code checks
7978
- flake8=6.1.0 # run in subprocess over docstring examples
80-
- mypy=1.9.0 # pre-commit uses locally installed mypy
79+
- mypy=1.11.2 # pre-commit uses locally installed mypy
8180
- tokenize-rt # scripts/check_for_inconsistent_pandas_namespace.py
8281
- pre-commit>=3.6.0
8382

requirements-dev.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ numba>=0.56.4
3131
numexpr>=2.8.4
3232
openpyxl>=3.1.0
3333
odfpy>=1.4.1
34-
py
3534
psycopg2-binary>=2.9.6
3635
pyarrow>=10.0.1
3736
pymysql>=1.0.2
@@ -54,7 +53,7 @@ moto
5453
flask
5554
asv>=0.6.1
5655
flake8==6.1.0
57-
mypy==1.9.0
56+
mypy==1.11.2
5857
tokenize-rt
5958
pre-commit>=3.6.0
6059
gitpython

0 commit comments

Comments
 (0)