diff --git a/pyproject.toml b/pyproject.toml index 41c96b0..9f3d3d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ docs = [ lint = [ "mypy==2.1.0", "pre-commit==4.6.0", - "ruff==0.15.18", + "ruff==0.15.19", ] test = [ "coverage==7.14.3",