Skip to content

Commit 592ddd5

Browse files
Update ruff requirement from <0.12.11,>0.0.215 to >0.0.215,<0.14.5
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.14.4) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.14.4 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8cdfc7e commit 592ddd5

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.3",
51-
"ruff>0.0.215,<0.12.11",
51+
"ruff>0.0.215,<0.14.5",
5252
]
5353
tooling = [ # in local development these are provided globally
5454
"rmi-dispatch[qa]",

0 commit comments

Comments
 (0)