Skip to content

Commit 201dc6f

Browse files
dependabot[bot]amotl
authored andcommitted
Update ruff requirement from <0.15 to <0.16 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.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 ac07780 commit 201dc6f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.9",
7373
"pytest<9",
7474
"pytest-cov<8",
75-
"ruff<0.15",
75+
"ruff<0.16",
7676
"validate-pyproject<0.25",
7777
]
7878
generate = [

0 commit comments

Comments
 (0)