Skip to content

Commit 0a2a5d8

Browse files
Chore(deps): Update ruff requirement from <0.6 to <0.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.18...0.13.0) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.13.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 35eb0ad commit 0a2a5d8

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
@@ -84,7 +84,7 @@ optional-dependencies.develop = [
8484
"mypy>=1.11,<1.19",
8585
"poethepoet<1",
8686
"pyproject-fmt<3",
87-
"ruff<0.6",
87+
"ruff<0.14",
8888
"validate-pyproject>=0.23,<1",
8989
]
9090
optional-dependencies.release = [

0 commit comments

Comments
 (0)