From f2c8f1618ca2fde6fa309f2022f101c9f9a65a7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 May 2025 22:47:19 +0000 Subject: [PATCH] Bump cratedb-sqlparse from 0.0.13 to 0.0.14 Bumps [cratedb-sqlparse](https://github.com/crate/cratedb-sqlparse) from 0.0.13 to 0.0.14. - [Release notes](https://github.com/crate/cratedb-sqlparse/releases) - [Changelog](https://github.com/crate/cratedb-sqlparse/blob/main/CHANGES.md) - [Commits](https://github.com/crate/cratedb-sqlparse/compare/v0.0.13...v0.0.14) --- updated-dependencies: - dependency-name: cratedb-sqlparse dependency-version: 0.0.14 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 73b888de..bf4da3de 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -98,7 +98,7 @@ dependencies = [ "colorama<1", "colorlog", "crash", - "cratedb-sqlparse==0.0.13", + "cratedb-sqlparse==0.0.14", "croud==1.13.0", "importlib-metadata; python_version<'3.8'", "importlib-resources; python_version<'3.9'",