diff --git a/pyproject.toml b/pyproject.toml index 37e0d45..626bdee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ doc = [ ] lint = [ "pyright", - "ruff==0.15.16", + "ruff==0.15.17", ] test = [ "pytest",