8000 TYP: Bump mypy to 1.5.1 · numpy/numpy@1320679 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1320679

Browse files
committed
TYP: Bump mypy to 1.5.1
1 parent 708c44c commit 1320679

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
@@ -24,7 +24,7 @@ dependencies:
2424
- pytest-xdist
2525
- hypothesis
2626
# For type annotations
27-
- mypy=1.3.0
27+
- mypy=1.5.1
2828
# For building docs
2929
- sphinx>=4.5.0
3030
- sphinx-design

test_requirements.txt

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

0 commit comments

Comments
 (0)
0