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