diff --git a/pyproject.toml b/pyproject.toml index 444a668..7d8abaa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ dev = [ "pytest>=9.0.3", "responses>=0.25", # 0.16 changes the default lint rule set and the formatter style; adopting it is a separate migration. - "ruff>=0.8,<0.16", + "ruff>=0.8,<0.17", "pre-commit>=3.7", ]