Skip to content

Commit 6d6445e

Browse files
committed
MAINT: Bump mypy to 1.11.1
1 parent 0273e05 commit 6d6445e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies:
2626
- hypothesis
2727
# For type annotations
2828
- typing_extensions>=4.2.0 # needed for python < 3.10
29-
- mypy=1.10.0
29+
- mypy=1.11.1
3030
# For building docs
3131
- sphinx>=4.5.0
3232
- sphinx-copybutton

requirements/test_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ cffi; python_version < '3.10'
1515
# For testing types. Notes on the restrictions:
1616
# - Mypy relies on C API features not present in PyPy
1717
# NOTE: Keep mypy in sync with environment.yml
18-
mypy==1.10.0; platform_python_implementation != "PyPy"
18+
mypy==1.11.1; platform_python_implementation != "PyPy"
1919
typing_extensions>=4.2.0
2020
# for optional f2py encoding detection
2121
charset-normalizer

0 commit comments

Comments
 (0)