diff --git a/pyproject.toml b/pyproject.toml index 26647d1..1c6901d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ dependencies = [ [project.optional-dependencies] develop = [ "check-manifest", - "ruff>=0.5.0,<0.7", + "ruff>=0.5.0,<0.8", "pytest", "pytest-cov", "twine>=5,<5.2"