From 9e64b31ca4c52c8045a18568443138518542cfec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 19:04:37 +0100 Subject: [PATCH] Bump coverage from 7.2.0 to 7.2.1 in /requirements (#1136) Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.2.0 to 7.2.1. - [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.0...7.2.1) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements/coverage.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/coverage.txt b/requirements/coverage.txt index e7474a0db..294bca1af 100644 --- a/requirements/coverage.txt +++ b/requirements/coverage.txt @@ -1,2 +1,2 @@ -coverage==7.2.0 +coverage==7.2.1 toml==0.10.2