diff --git a/pyproject.toml b/pyproject.toml index 773591c..59c9234 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ black = [ "black==26.1.0", ] ruff = [ - "ruff==0.15.0", + "ruff==0.15.1", ] [project.scripts] diff --git a/requirements_ruff.txt b/requirements_ruff.txt index 14c48d6..d9b28ef 100644 --- a/requirements_ruff.txt +++ b/requirements_ruff.txt @@ -1 +1 @@ -ruff==0.15.0 +ruff==0.15.1