diff --git a/pyproject.toml b/pyproject.toml index a0415cb9..83c2978f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ doc = [ qa = [ # in local development these are provided globally, here for GHA "pre-commit>=2.9,<4.4", # Allow us to run pre-commit hooks in testing "pre-commit-uv>=4.1,<4.2", - "ruff>0.0.215,<0.12.13", + "ruff>0.0.215,<0.13.1", ] tooling = [ # in local development these are provided globally "rmi-dispatch[qa]",