From 724cfb3cb14f5bad091e8419e48466a355be139d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 03:21:59 +0000 Subject: [PATCH] Bump cr8 from 0.27.1 to 0.27.2 in /testing/native/python-unittest Bumps [cr8](https://github.com/mfussenegger/cr8) from 0.27.1 to 0.27.2. - [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.27.1...0.27.2) --- updated-dependencies: - dependency-name: cr8 dependency-type: direct:production update-type: version-update:semver-patch ... 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 b5f6cdd2..1f18b3ea 100644 --- a/testing/native/python-unittest/requirements.txt +++ b/testing/native/python-unittest/requirements.txt @@ -1,3 +1,3 @@ -cr8==0.27.1 +cr8==0.27.2 crash==0.31.5 setuptools # Temporary, until next cr8 release.