diff --git a/pyproject.toml b/pyproject.toml index 83237ae..84f26a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ jsonschema = {extras = ["format"], version = ">=4.22.0"} [tool.poetry.group.dev.dependencies] pytest = "^8.2.0" -ruff = "^0.8.0" +ruff = ">=0.8.0" pytest-ruff = "^0.4.1" [build-system]