From c95b1fa94d687c98f0f6ffbd6641a339a1331d5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 03:12:59 +0000 Subject: [PATCH] Bump cr8 from 0.25.0 to 0.26.0 in /testing/native/python-unittest Bumps [cr8](https://github.com/mfussenegger/cr8) from 0.25.0 to 0.26.0. - [Release notes](https://github.com/mfussenegger/cr8/releases) - [Changelog](https://github.com/mfussenegger/cr8/blob/master/CHANGES.rst) - [Commits](https://github.com/mfussenegger/cr8/compare/0.25.0...0.26.0) --- updated-dependencies: - dependency-name: cr8 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- testing/native/python-unittest/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/native/python-unittest/requirements.txt b/testing/native/python-unittest/requirements.txt index 0ce8569b..698b6762 100644 --- a/testing/native/python-unittest/requirements.txt +++ b/testing/native/python-unittest/requirements.txt @@ -1,3 +1,3 @@ -cr8==0.25.0 +cr8==0.26.0 crash==0.31.4 setuptools # Temporary, until next cr8 release.