diff --git a/pyproject.toml b/pyproject.toml index a6874ca..e4f4355 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ docs = [ lint = [ "mypy==2.3.0", "pre-commit==4.6.0", - "ruff==0.15.21", + "ruff==0.15.22", ] test = [ "coverage==7.15.2",