diff --git a/pyproject.toml b/pyproject.toml index 9703110..52e5e3f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ tests =[ "mypy~=1.13", "pytest~=8.3", "pytest-cov>=5,<7", - "ruff~=0.7.1", + "ruff>=0.7.1,<0.9.0", "types-requests~=2.32", ]