diff --git a/pyproject.toml b/pyproject.toml index e0319cb..9c1dabf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ docs = [ lint = [ "pre-commit==4.6.0", "pyright==1.1.411", - "ruff==0.15.21", + "ruff==0.15.22", ] test = [ "coverage==7.15.2",