From fded63f0e9a08a4486de617b870475f0022c84b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 16:52:17 +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.23) --- 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 6d1a9a5..5936a5b 100644 --- a/cratedb_sqlparse_py/pyproject.toml +++ b/cratedb_sqlparse_py/pyproject.toml @@ -82,7 +82,7 @@ develop = [ "poethepoet<0.30", "pyproject-fmt<2.6", "ruff<0.8", - "validate-pyproject<0.23", + "validate-pyproject<0.24", ] generate = [ "antlr4-tools<0.3",