From 687316e892292881a62044397d8aa37eadaecdfa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 19:52:59 +0000 Subject: [PATCH] Bump coverage from 7.6.1 to 7.6.2 Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.6.1 to 7.6.2. - [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.6.1...7.6.2) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 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 b31c56fe5..30b662ef8 100644 --- a/ci-constraints-requirements.txt +++ b/ci-constraints-requirements.txt @@ -29,7 +29,7 @@ click==8.1.7 # via black colorlog==6.8.2 # via nox -coverage==7.6.1 +coverage==7.6.2 # via pytest-cov distlib==0.3.8 # via virtualenv