diff --git a/pyproject.toml b/pyproject.toml index a139175..3cfc56f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ black = [ "black==24.10.0", ] ruff = [ - "ruff==0.8.3", + "ruff==0.8.4", ] [project.scripts] diff --git a/requirements_ruff.txt b/requirements_ruff.txt index c5721a8..cd4e566 100644 --- a/requirements_ruff.txt +++ b/requirements_ruff.txt @@ -1 +1 @@ -ruff==0.8.3 +ruff==0.8.4