From 21e3065fa40b8b559fa9142d8a470aa96a739dbf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 03:31:44 +0000 Subject: [PATCH] Bump cr8 from 0.26.1 to 0.27.1 in /testing/native/python-unittest Bumps [cr8](https://github.com/mfussenegger/cr8) from 0.26.1 to 0.27.1. - [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.26.1...0.27.1) --- 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 6414365b..b5f6cdd2 100644 --- a/testing/native/python-unittest/requirements.txt +++ b/testing/native/python-unittest/requirements.txt @@ -1,3 +1,3 @@ -cr8==0.26.1 +cr8==0.27.1 crash==0.31.5 setuptools # Temporary, until next cr8 release.