From 3d4e869390db08c5766b86898d2d6633be8fd88a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 01:03:28 +0000 Subject: [PATCH] [pip] Bump coverage from 7.6.1 to 7.6.7 Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.6.1 to 7.6.7. - [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.7) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- cli/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/requirements.txt b/cli/requirements.txt index 0b3c97f4..0efd4673 100644 --- a/cli/requirements.txt +++ b/cli/requirements.txt @@ -1,6 +1,6 @@ autopep8==2.3.1 click==8.1.7 -coverage==7.6.1 +coverage==7.6.7 mock==5.1.0 nose==1.3.7 requests==2.32.3