diff --git a/pyproject.toml b/pyproject.toml index 1cb2cfe..af0757d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ black = [ "black==24.10.0", ] ruff = [ - "ruff==0.9.2", + "ruff==0.9.3", ] [project.scripts] diff --git a/requirements_ruff.txt b/requirements_ruff.txt index ad5f23d..899144c 100644 --- a/requirements_ruff.txt +++ b/requirements_ruff.txt @@ -1 +1 @@ -ruff==0.9.2 +ruff==0.9.3