From da6a5d6efa101f4a5f2e9bc51b574aff9ee59a3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 11:29:56 +0000 Subject: [PATCH] Bump coverage from 7.6.0 to 7.6.1 in the pip-version group Bumps the pip-version group with 1 update: [coverage](https://github.com/nedbat/coveragepy). Updates `coverage` from 7.6.0 to 7.6.1 - [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.0...7.6.1) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-version ... Signed-off-by: dependabot[bot] --- requirements/requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements-test.txt b/requirements/requirements-test.txt index 1299c95..c8a9089 100644 --- a/requirements/requirements-test.txt +++ b/requirements/requirements-test.txt @@ -1,3 +1,3 @@ -coverage==7.6.0 +coverage==7.6.1 pytest==8.3.2 pytest-cov==5.0.0