From 0470403ae565a67866063a1eec8ff4c134734587 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 08:24:18 +0000 Subject: [PATCH] pip: update coverage requirement in the pip-updates group Updates the requirements on [coverage](https://github.com/coveragepy/coveragepy) to permit the latest version. Updates `coverage` to 7.15.2 - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](https://github.com/coveragepy/coveragepy/compare/7.15.1...7.15.2) --- updated-dependencies: - dependency-name: coverage dependency-version: 7.15.2 dependency-type: direct:production dependency-group: pip-updates ... Signed-off-by: dependabot[bot] --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 64165b1..21c136d 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,5 +1,5 @@ ruff~=0.15.21 -coverage!=4.4,>=7.15.1 # Apache-2.0 +coverage!=4.4,>=7.15.2 # Apache-2.0 stestr>=4.2.1 # Apache-2.0 codespell types-PyYAML