From 715e17bb496de8bd2ff84b8389b77c2612b5afd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 10:22:39 +0000 Subject: [PATCH] Chore(deps): Bump cratedb-toolkit[testing] from 0.0.15 to 0.0.20 Bumps [cratedb-toolkit[testing]](https://github.com/crate/cratedb-toolkit) from 0.0.15 to 0.0.20. - [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.20) --- updated-dependencies: - dependency-name: cratedb-toolkit[testing] 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 d16cfba..7b17d68 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -139,7 +139,7 @@ optional-dependencies.test = [ # Problem: Breaks with requests 2.32.0: Not supported URL scheme http+docker. # Solution: Pin `docker` and `requests` packages. # https://github.com/docker/docker-py/issues/3256#issuecomment-2126888985 - "cratedb-toolkit[testing]==0.0.15", + "cratedb-toolkit[testing]==0.0.20", "docker<8", "localstack-utils<1.1", "pytest<9",