Skip to content

Commit 7ab5d90

Browse files
Chore(deps): Update ruff requirement from <0.14 to <0.15
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.18...0.14.0) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.14.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c86f6e8 commit 7ab5d90

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
@@ -118,7 +118,7 @@ optional-dependencies.develop = [
118118
"pika-stubs<0.2",
119119
"poethepoet<1",
120120
"pyproject-fmt<3",
121-
"ruff<0.14",
121+
"ruff<0.15",
122122
"validate-pyproject<1",
123123
]
124124
optional-dependencies.docs = [

0 commit comments

Comments
 (0)