Skip to content

Commit 38a73a5

Browse files
dependabot[bot]surister
authored andcommitted
Update ruff requirement from <0.13 to <0.14 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.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 583393e commit 38a73a5

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
@@ -72,7 +72,7 @@ dev = [
7272
"pyproject-fmt<2.7",
7373
"pytest<9",
7474
"pytest-cov<7",
75-
"ruff<0.13",
75+
"ruff<0.14",
7676
"validate-pyproject<0.25",
7777
]
7878
generate = [

0 commit comments

Comments
 (0)