diff --git a/pyproject.toml b/pyproject.toml index 683a911..e7fddd0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ docs = [ lint = [ "pre-commit==4.6.1", "pyright==1.1.411", - "ruff==0.15.22", + "ruff==0.16.0", ] test = [ "coverage==7.15.2",