From 386cd816c06f28d7e41c7c6671de0090b1e0a951 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 17:07:38 +0000 Subject: [PATCH] Bump cratedb-toolkit from 0.0.15 to 0.0.21 Bumps [cratedb-toolkit](https://github.com/crate/cratedb-toolkit) from 0.0.15 to 0.0.21. - [Release notes](https://github.com/crate/cratedb-toolkit/releases) - [Changelog](https://github.com/crate/cratedb-toolkit/blob/main/CHANGES.md) - [Commits](https://github.com/crate/cratedb-toolkit/compare/v0.0.15...v0.0.21) --- updated-dependencies: - dependency-name: cratedb-toolkit 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 b01e99b..6be478a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -114,7 +114,7 @@ release = [ "twine<6", ] test = [ - "cratedb-toolkit==0.0.15", + "cratedb-toolkit==0.0.21", "httpx<0.28", "psycopg2-binary<3", "pytest<9",