From 16d365fe1b1a22cfaa2920d4f3b590515fab96e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Dec 2022 23:01:41 +0000 Subject: [PATCH] Bump coverage from 6.5.0 to 7.0.0 Bumps [coverage](https://github.com/nedbat/coveragepy) from 6.5.0 to 7.0.0. - [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.5.0...7.0.0) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e1f0427..9555e23 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ mypy==0.991 PyQt6==6.4.0 pytest==7.2.0 -coverage==6.5.0 +coverage==7.0.0 pytest-cov==4.0.0 surrogate==0.1 requests==2.28.1