diff --git a/pyproject.toml b/pyproject.toml index 250a37b..d8f67f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ black = [ "black==25.12.0", ] ruff = [ - "ruff==0.14.8", + "ruff==0.14.9", ] [project.scripts] diff --git a/requirements_ruff.txt b/requirements_ruff.txt index ef96a1b..fe79e52 100644 --- a/requirements_ruff.txt +++ b/requirements_ruff.txt @@ -1 +1 @@ -ruff==0.14.8 +ruff==0.14.9