Skip to content

Commit f2effd0

Browse files
committed
TYP,CI: bump mypy from 1.5.1 to 1.8.0
1 parent 5cd31cd commit f2effd0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: environment.yml

+1-1
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.5.1
29+
- mypy=1.8.0
3030
# For building docs
3131
- sphinx>=4.5.0
3232
- sphinx-design

Diff for: test_requirements.txt

+1-1
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.5.1; platform_python_implementation != "PyPy"
17+
mypy==1.8.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)