diff --git a/pyproject.toml b/pyproject.toml index 59c9234..7f96e71 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ black = [ "black==26.1.0", ] ruff = [ - "ruff==0.15.1", + "ruff==0.15.2", ] [project.scripts] diff --git a/requirements_ruff.txt b/requirements_ruff.txt index d9b28ef..9ecd6aa 100644 --- a/requirements_ruff.txt +++ b/requirements_ruff.txt @@ -1 +1 @@ -ruff==0.15.1 +ruff==0.15.2