Skip to content

Commit f1cc5ec

Browse files
Update ruff requirement from <0.12.11,>0.0.215 to >0.0.215,<0.15.2
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.15.1) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6c07aa0 commit f1cc5ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.6", # 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.15.2",
5252
]
5353
tooling = [ # in local development these are provided globally
5454
"rmi-dispatch[qa]",

0 commit comments

Comments
 (0)