Skip to content

Commit 0a8dc86

Browse files
Update ruff requirement from <0.11.13,>0.0.215 to >0.0.215,<0.11.14
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.11.13) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.11.13 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b9c89f8 commit 0a8dc86

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
@@ -47,7 +47,7 @@ doc = [
4747
]
4848
qa = [ # in local development these are provided globally, here for GHA
4949
"pre-commit>=2.9,<4.3", # Allow us to run pre-commit hooks in testing
50-
"ruff>0.0.215,<0.11.13",
50+
"ruff>0.0.215,<0.11.14",
5151
]
5252
tooling = [ # in local development these are provided globally
5353
"rmi-dispatch[qa]",

0 commit comments

Comments
 (0)