diff --git a/pyproject.toml b/pyproject.toml index 6a47583..8b5c3d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ docs = [ lint = [ "mypy==1.20.0", "pre-commit==4.5.1", - "ruff==0.15.9", + "ruff==0.15.10", ] test = [ "coverage==7.13.5",