From fa84d70736cbdc54c29c4eeb5bc6f3fcfbf0f4bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 00:47:55 +0000 Subject: [PATCH] Bump coverage Bumps the dependencies group with 1 update in the /receptorctl directory: [coverage](https://github.com/nedbat/coveragepy). Updates `coverage` from 7.6.1 to 7.6.4 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/7.6.1...7.6.4) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- receptorctl/requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/receptorctl/requirements/tests.txt b/receptorctl/requirements/tests.txt index d27cf76a2..d75f395b3 100644 --- a/receptorctl/requirements/tests.txt +++ b/receptorctl/requirements/tests.txt @@ -4,7 +4,7 @@ # # pip-compile --allow-unsafe --output-file=requirements/tests.txt --strip-extras requirements/tests.in # -coverage==7.6.1 +coverage==7.6.4 # via # -r requirements/tests.in # pytest-cov