From 9d22be9afda8412d7a2947e91c94ce80e3e82bce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 04:11:26 +0000 Subject: [PATCH] Bump cratedb-sqlparse from 0.0.4 to 0.0.6 Bumps [cratedb-sqlparse](https://github.com/crate/cratedb-sqlparse) from 0.0.4 to 0.0.6. - [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/commits) --- updated-dependencies: - dependency-name: cratedb-sqlparse 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 89318200..67ea1cd6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,7 +89,7 @@ dependencies = [ "colorama<1", "colorlog", "crash", - "cratedb-sqlparse==0.0.4", + "cratedb-sqlparse==0.0.6", 'importlib-metadata; python_version < "3.8"', 'importlib-resources; python_version < "3.9"', "polars<1.3",