From bc096570a674c95d4c6421d08594df5f77dfd72f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Aug 2022 14:44:56 +0200 Subject: [PATCH] build(deps): bump coverage from 6.4.3 to 6.4.4 (#482) Bumps [coverage](https://github.com/nedbat/coveragepy) from 6.4.3 to 6.4.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/6.4.3...6.4.4) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] 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 cb6dd015..f4e2e8ef 100644 --- a/requirements-coverage.txt +++ b/requirements-coverage.txt @@ -1,5 +1,5 @@ -r requirements-dev.txt gcovr==5.2 pytest_cov==3.0.0 -coverage==6.4.3 +coverage==6.4.4 codecov==2.1.12