From 29b544dbec2f53c9d0fd50b9815301aaf83eca03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Feb 2023 09:27:01 +0000 Subject: [PATCH] Bump coverage from 4.5.4 to 7.2.0 Bumps [coverage](https://github.com/nedbat/coveragepy) from 4.5.4 to 7.2.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/coverage-4.5.4...7.2.0) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements-tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-tests.txt b/requirements-tests.txt index 9d9b8ab853..776903da4d 100644 --- a/requirements-tests.txt +++ b/requirements-tests.txt @@ -3,7 +3,7 @@ flake8==4.0.1 astroid==2.11.4 pylint==2.13.8 codecov==2.1.12 -coverage==4.5.4 +coverage==7.2.0 requests>=2.27.1 requests_mock==1.9.3 pytest==7.0.1