diff --git a/pyproject.toml b/pyproject.toml index 721299a..20e0a9a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ docs = [ lint = [ "pre-commit==4.6.2", "pyright==1.1.414", - "ruff==0.16.7", + "ruff==0.16.8", ] test = [ "coverage==7.16.1",