From 115207bfee3b2f305034e956e996ae3529e60cb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Feb 2023 07:39:29 +0000 Subject: [PATCH] Bump coverage from 7.0.4 to 7.1.0 Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.0.4 to 7.1.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/7.0.4...7.1.0) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 30be0e5..47cde52 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ mypy==0.991 PyQt6==6.4.2 pytest==7.2.0 -coverage==7.0.4 +coverage==7.1.0 pytest-cov==4.0.0 surrogate==0.1 requests==2.28.1