diff --git a/pyproject.toml b/pyproject.toml index bb06f90f5d..395c32a799 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -117,8 +117,8 @@ check = [ # local - # Removal of deprecated UP027, PT004 & PT005 astral-sh/ruff#14383 - "ruff >= 0.8.0; sys_platform != 'cygwin'", + # Get requires-python from pyproject.toml automatically astral-sh/ruff#16319 + "ruff >= 0.11.0; sys_platform != 'cygwin'", ] cover = [ @@ -138,7 +138,7 @@ type = [ # pin mypy version so a new version doesn't suddenly cause the CI to fail, # until types-setuptools is removed from typeshed. # For help with static-typing issues, or mypy update, ping @Avasam - "mypy==1.14.*", + "mypy==1.15.*", # Typing fixes in version newer than we require at runtime "importlib_metadata>=7.0.2; python_version < '3.10'", # Imported unconditionally in tools/finalize.py