diff --git a/pyproject.toml b/pyproject.toml index 459790e..df5e4aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ docs = [ lint = [ "mypy==2.1.0", "pre-commit==4.6.0", - "ruff==0.15.12", + "ruff==0.15.13", ] test = [ "coverage==7.14.0",