From 20e537bce3b89f127b9f6376e5f8e95a5dcec45f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 03:53:09 +0000 Subject: [PATCH] Bump crash in /testing/testcontainers/python-unittest Bumps [crash](https://github.com/crate/crash) from 0.31.4 to 0.31.5. - [Release notes](https://github.com/crate/crash/releases) - [Changelog](https://github.com/crate/crash/blob/master/CHANGES.txt) - [Commits](https://github.com/crate/crash/compare/0.31.4...0.31.5) --- updated-dependencies: - dependency-name: crash dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- testing/testcontainers/python-unittest/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/testcontainers/python-unittest/requirements.txt b/testing/testcontainers/python-unittest/requirements.txt index 65785d34..faf1874a 100644 --- a/testing/testcontainers/python-unittest/requirements.txt +++ b/testing/testcontainers/python-unittest/requirements.txt @@ -1,2 +1,2 @@ -crash==0.31.4 +crash==0.31.5 cratedb-toolkit[testing]==0.0.10