diff --git a/pyproject.toml b/pyproject.toml index 5e9f0aa..95b79ef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ docs = [ lint = [ "mypy==1.19.1", "pre-commit==4.5.1", - "ruff==0.15.7", + "ruff==0.15.8", ] test = [ "coverage==7.13.5",