diff --git a/pyproject.toml b/pyproject.toml index f603360..1283a8e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ doc = [ ] lint = [ "pyright", - "ruff==0.15.22", + "ruff==0.16.0", ] test = [ "pytest",