diff --git a/pyproject.toml b/pyproject.toml index bc63d4cd..fa183949 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ dynamic = ["version"] [project.optional-dependencies] dev = [ - "ruff~=0.1.1", # Update periodically + "ruff", "coverage", "pytest >= 4.6", "pytest-cov",