From c58edf3bef0b04f2cce21d82f2c993263c117ce2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 22:08:48 +0100 Subject: [PATCH] build(deps): bump coverage from 7.3.2 to 7.3.3 (#659) Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.3.2 to 7.3.3. - [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.3.2...7.3.3) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements-coverage.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-coverage.txt b/requirements-coverage.txt index bf4f807b..8ae53e1d 100644 --- a/requirements-coverage.txt +++ b/requirements-coverage.txt @@ -1,4 +1,4 @@ -r requirements-test.txt gcovr==6.0 pytest-cov==4.1.0 -coverage==7.3.2 +coverage==7.3.3