From 0918c7236c94c29272e0790ba0227cfa9401943b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 May 2023 02:10:26 +0000 Subject: [PATCH] Bump coverage from 7.2.6 to 7.2.7 (#8985) Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.2.6 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.6...7.2.7) --- 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> --- ci-constraints-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci-constraints-requirements.txt b/ci-constraints-requirements.txt index 2c91aecac0da..009faa5e0bdc 100644 --- a/ci-constraints-requirements.txt +++ b/ci-constraints-requirements.txt @@ -29,7 +29,7 @@ click==8.1.3 # via black colorlog==6.7.0 # via nox -coverage==7.2.6 +coverage==7.2.7 # via pytest-cov distlib==0.3.6 # via virtualenv