Skip to content

Commit a3776e2

Browse files
committed
MAINT: Bump mypy to 1.13.0
1 parent 63abb04 commit a3776e2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

environment.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ dependencies:
2626
- hypothesis
2727
# For type annotations
2828
- typing_extensions>=4.2.0 # needed for python < 3.10
29-
- mypy=1.11.1
29+
- mypy=1.13.0
30+
- orjson # makes mypy faster
3031
# For building docs
3132
- sphinx>=4.5.0
3233
- sphinx-copybutton

requirements/test_requirements.txt

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

0 commit comments

Comments
 (0)