Skip to content

Commit 31c4fec

Browse files
Update ruff requirement from <0.6 to <0.7 in /cratedb_sqlparse_py
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.6.1) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c5aac78 commit 31c4fec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cratedb_sqlparse_py/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ develop = [
8383
"mypy<1.12",
8484
"poethepoet<0.28",
8585
"pyproject-fmt<2.3",
86-
"ruff<0.6",
86+
"ruff<0.7",
8787
"validate-pyproject<0.19",
8888
]
8989
generate = [

0 commit comments

Comments
 (0)