diff --git a/pyproject.toml b/pyproject.toml index f89009d5..4df9bfa8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ black = [ "black==25.11.0", ] ruff = [ - "ruff==0.14.4", + "ruff==0.14.5", ] [project.scripts] diff --git a/requirements_ruff.txt b/requirements_ruff.txt index 0f839086..15d972e5 100644 --- a/requirements_ruff.txt +++ b/requirements_ruff.txt @@ -1 +1 @@ -ruff==0.14.4 +ruff==0.14.5