Skip to content

Commit d0d614a

Browse files
Update ruff requirement from <0.15 to <0.16
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.15.0) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 329643c commit d0d614a

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
@@ -89,7 +89,7 @@ optional-dependencies.develop = [
8989
"mypy<1.20",
9090
"poethepoet<1",
9191
"pyproject-fmt<3",
92-
"ruff<0.15",
92+
"ruff<0.16",
9393
"validate-pyproject<1",
9494
]
9595
optional-dependencies.llm = [

0 commit comments

Comments
 (0)