File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,8 @@ dependencies:
26
26
- hypothesis
27
27
# For type annotations
28
28
- 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
30
31
# For building docs
31
32
- sphinx>=4.5.0
32
33
- sphinx-copybutton
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ cffi; python_version < '3.10'
14
14
# For testing types. Notes on the restrictions:
15
15
# - Mypy relies on C API features not present in PyPy
16
16
# 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"
18
18
typing_extensions>=4.2.0
19
19
# for optional f2py encoding detection
20
20
charset-normalizer
You can’t perform that action at this time.
0 commit comments