Skip to content

Commit 7541cad

Browse files
Update ruff requirement from <0.12.11,>0.0.215 to >0.0.215,<0.13.3
Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@v0.0.216...0.13.2) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.13.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c133623 commit 7541cad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ doc = [
4848
qa = [ # in local development these are provided globally, here for GHA
4949
"pre-commit>=2.9,<4.4", # Allow us to run pre-commit hooks in testing
5050
"pre-commit-uv>=4.1,<4.2",
51-
"ruff>0.0.215,<0.12.11",
51+
"ruff>0.0.215,<0.13.3",
5252
]
5353
tooling = [ # in local development these are provided globally
5454
"rmi-dispatch[qa]",

0 commit comments

Comments
 (0)