diff --git a/pyproject.toml b/pyproject.toml index c12a629..6609f0e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ black = [ "black==25.11.0", ] ruff = [ - "ruff==0.14.7", + "ruff==0.14.8", ] [project.scripts] diff --git a/requirements_ruff.txt b/requirements_ruff.txt index 6865f54..ef96a1b 100644 --- a/requirements_ruff.txt +++ b/requirements_ruff.txt @@ -1 +1 @@ -ruff==0.14.7 +ruff==0.14.8