diff --git a/pyproject.toml b/pyproject.toml index 023e05e..3eebf19 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ black = [ "black==25.12.0", ] ruff = [ - "ruff==0.14.10", + "ruff==0.14.11", ] [project.scripts] diff --git a/requirements_ruff.txt b/requirements_ruff.txt index b4e23ce..f2ec64f 100644 --- a/requirements_ruff.txt +++ b/requirements_ruff.txt @@ -1 +1 @@ -ruff==0.14.10 +ruff==0.14.11