From f66b9ea945c107f2bca3fbd04bf73c420451bc6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 11:01:31 +0000 Subject: [PATCH] Bump coverage from 5.5 to 6.4.2 Bumps [coverage](https://github.com/nedbat/coveragepy) from 5.5 to 6.4.2. - [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/coverage-5.5...6.4.2) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- test/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/requirements.txt b/test/requirements.txt index dc9d0c3e..8048944d 100644 --- a/test/requirements.txt +++ b/test/requirements.txt @@ -1,3 +1,3 @@ mock>=2.0.0,<5.0 -coverage==5.5 +coverage==6.4.2 pytest<7 \ No newline at end of file