From 5f56f2139653ec554d68745ede1d06b7ee74a866 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 16:51:07 +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.22) --- updated-dependencies: - dependency-name: validate-pyproject dependency-type: direct:production ... 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 845b013..5204e3f 100644 --- a/cratedb_sqlparse_py/pyproject.toml +++ b/cratedb_sqlparse_py/pyproject.toml @@ -82,7 +82,7 @@ develop = [ "poethepoet<0.30", "pyproject-fmt<2.5", "ruff<0.8", - "validate-pyproject<0.22", + "validate-pyproject<0.23", ] generate = [ "antlr4-tools<0.3",