File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -112,8 +112,8 @@ check = [
112112
113113 # local
114114
115- # Removal of deprecated UP027, PT004 & PT005 astral-sh/ruff#14383
116- " ruff >= 0.8 .0; sys_platform != 'cygwin'" ,
115+ # Get requires-python from pyproject.toml automatically astral-sh/ruff#16319
116+ " ruff >= 0.11 .0; sys_platform != 'cygwin'" ,
117117]
118118
119119cover = [
@@ -133,7 +133,7 @@ type = [
133133 # pin mypy version so a new version doesn't suddenly cause the CI to fail,
134134 # until types-setuptools is removed from typeshed.
135135 # For help with static-typing issues, or mypy update, ping @Avasam
136- " mypy==1.14 .*" ,
136+ " mypy==1.15 .*" ,
137137 # Typing fixes in version newer than we require at runtime
138138 " importlib_metadata>=7.0.2; python_version < '3.10'" ,
139139 # Imported unconditionally in tools/finalize.py
You can’t perform that action at this time.
0 commit comments