diff --git a/pyproject.toml b/pyproject.toml index 9abce1e..8f6e320 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ docs = [ lint = [ "mypy==1.20.1", "pre-commit==4.5.1", - "ruff==0.15.10", + "ruff==0.15.11", ] test = [ "coverage==7.13.5",