From 41ca4109076236a562b3e0ddeb523e1d3745935b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Apr 2024 04:04:15 +0000 Subject: Bump coverage from 7.4.4 to 7.5.0 (#10879) Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.4.4 to 7.5.0. - [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.4.4...7.5.0) --- 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> --- ci-constraints-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ci-constraints-requirements.txt') diff --git a/ci-constraints-requirements.txt b/ci-constraints-requirements.txt index 6a6d857..546703b 100644 --- a/ci-constraints-requirements.txt +++ b/ci-constraints-requirements.txt @@ -25,7 +25,7 @@ click==8.1.7 # via cryptography (pyproject.toml) colorlog==6.8.2 # via nox -coverage==7.4.4; python_version >= "3.8" +coverage==7.5.0; python_version >= "3.8" # via # coverage # pytest-cov -- cgit v1.1