From f14da0e3e3d00c4226f779d2414b03152c66b771 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Dec 2024 11:54:04 +0000 Subject: [PATCH] chore(deps): bump coverage from 7.6.1 to 7.6.10 Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.6.1 to 7.6.10. - [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.10) --- 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 da224cd98926..2f215b6aba04 100644 --- a/ci-constraints-requirements.txt +++ b/ci-constraints-requirements.txt @@ -45,7 +45,7 @@ coverage==7.2.7 ; python_full_version < '3.8' # via pytest-cov coverage==7.6.1 ; python_full_version == '3.8.*' # via pytest-cov -coverage==7.6.9 ; python_full_version >= '3.9' +coverage==7.6.10 ; python_full_version >= '3.9' # via pytest-cov distlib==0.3.9 # via virtualenv