From 1209798e4d4ca26583d242839bcc3c4e3a322168 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jun 2023 03:58:53 +0000 Subject: [PATCH] Bump coverage from 7.2.2 to 7.2.7 Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.2.2 to 7.2.7. - [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.2.2...7.2.7) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index 9e0b458..3ba6988 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,4 +1,4 @@ flake8==6.0.0 nose==1.3.7 rednose==1.3.0 -coverage==7.2.2 \ No newline at end of file +coverage==7.2.7 \ No newline at end of file