From b942832379dfc56750b77ecb9dc4932efa328829 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 19:14:12 +0000 Subject: [PATCH] Update validate-pyproject requirement in /cratedb_sqlparse_py 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](https://github.com/abravalheri/validate-pyproject/compare/v0.0.1...v0.25) --- updated-dependencies: - dependency-name: validate-pyproject dependency-version: '0.25' dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- cratedb_sqlparse_py/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cratedb_sqlparse_py/pyproject.toml b/cratedb_sqlparse_py/pyproject.toml index a9d4e99..ce8205d 100644 --- a/cratedb_sqlparse_py/pyproject.toml +++ b/cratedb_sqlparse_py/pyproject.toml @@ -73,7 +73,7 @@ dev = [ "pytest<9", "pytest-cov<8", "ruff<0.15", - "validate-pyproject<0.25", + "validate-pyproject<0.26", ] generate = [ "antlr4-tools<0.3",