diff --git a/pyproject.toml b/pyproject.toml index ea84bde..7d5667a 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.14", + "ruff==0.15.15", ] test = [ "coverage==7.14.1",