From 3e527693a2309528c9aa3b721690e36517b2a4cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 03:40:24 +0000 Subject: [PATCH] Bump crash from 0.31.4 to 0.31.5 in /testing/native/python-pytest 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/native/python-pytest/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/native/python-pytest/requirements.txt b/testing/native/python-pytest/requirements.txt index 9d2003e5..05a598c2 100644 --- a/testing/native/python-pytest/requirements.txt +++ b/testing/native/python-pytest/requirements.txt @@ -1,4 +1,4 @@ -crash==0.31.4 +crash==0.31.5 pytest<9 pytest-crate==0.3.0 setuptools # Temporary, until next cr8 release.