Skip to content

Commit 66117aa

Browse files
Update validate-pyproject requirement in /cratedb_sqlparse_py (#243)
Updates the requirements on [validate-pyproject](https://github.com/abravalheri/validate-pyproject) to permit the latest version. - [Release notes](https://github.com/abravalheri/validate-pyproject/releases) - [Changelog](https://github.com/abravalheri/validate-pyproject/blob/main/CHANGELOG.rst) - [Commits](abravalheri/validate-pyproject@v0.0.1...v0.25) --- updated-dependencies: - dependency-name: validate-pyproject dependency-version: '0.25' dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d2568b0 commit 66117aa

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
@@ -73,7 +73,7 @@ dev = [
7373
"pytest<9",
7474
"pytest-cov<8",
7575
"ruff<0.16",
76-
"validate-pyproject<0.25",
76+
"validate-pyproject<0.26",
7777
]
7878
generate = [
7979
"antlr4-tools<0.3",

0 commit comments

Comments
 (0)