From 8fd1b1921bb7e6aefe7e2ed27b331a9a4f6ea8ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 23:25:06 +0200 Subject: [PATCH] Bump coverage from 7.1.0 to 7.2.5 (#2138) Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.1.0 to 7.2.5. - [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.1.0...7.2.5) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 25886411a..e6f11cc0a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ # Testing black==23.3.0 -coverage==7.1.0 +coverage==7.2.5 importlib-metadata==4.13.0 mypy==1.0.1 ruff==0.0.260