Skip to content

Commit 7c8a177

Browse files
Chore(deps): Update ruff requirement from <0.13 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] <support@github.com>
1 parent f324552 commit 7c8a177

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
@@ -121,7 +121,7 @@ optional-dependencies.develop = [
121121
"mypy<1.18",
122122
"poethepoet<1",
123123
"pyproject-fmt<3",
124-
"ruff<0.13",
124+
"ruff<0.14",
125125
"validate-pyproject<1",
126126
]
127127
optional-dependencies.doc = [

0 commit comments

Comments
 (0)