Skip to content

Commit 6cc5f08

Browse files
committed
Update mypy requirement from ==1.12.* to >=1.12,<1.14 (#4700)
2 parents c9d980f + 748c851 commit 6cc5f08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ type = [
135135
# pin mypy version so a new version doesn't suddenly cause the CI to fail,
136136
# until types-setuptools is removed from typeshed.
137137
# For help with static-typing issues, or mypy update, ping @Avasam
138-
"mypy==1.12.*",
138+
"mypy>=1.12,<1.14",
139139
# Typing fixes in version newer than we require at runtime
140140
"importlib_metadata>=7.0.2; python_version < '3.10'",
141141
# Imported unconditionally in tools/finalize.py

0 commit comments

Comments
 (0)