Skip to content

Commit

Permalink
Update mypy version from 1.11.2 to 1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dl-lim committed Nov 9, 2024
1 parent 084b199 commit 3bd4425
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ dependencies:

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

Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ moto
flask
asv>=0.6.1
flake8==7.1.0
mypy==1.11.2
mypy==1.13.0
tokenize-rt
pre-commit>=4.0.1
gitpython
Expand Down

0 comments on commit 3bd4425

Please sign in to comment.