From 6ec1d11f3904a42828fb3933a06a862584e711e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 11:24:50 +0000 Subject: [PATCH] Bump coverage from 7.15.0 to 7.15.1 (#13159) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [coverage](https://github.com/coveragepy/coveragepy) from 7.15.0 to 7.15.1.
Release notes

Sourced from coverage's releases.

7.15.1

Version 7.15.1 — 2026-07-12

:arrow_right:  PyPI page: coverage 7.15.1. :arrow_right:  To install: python3 -m pip install coverage==7.15.1

Changelog

Sourced from coverage's changelog.

Version 7.15.1 — 2026-07-12

.. _pull 2213: coveragepy/coveragepy#2213 .. _pull 2214: coveragepy/coveragepy#2214 .. _pull 2215: coveragepy/coveragepy#2215 .. _pull 2216: coveragepy/coveragepy#2216 .. _pull 2218: coveragepy/coveragepy#2218 .. _pull 2220: coveragepy/coveragepy#2220 .. _pull 2221: coveragepy/coveragepy#2221 .. _pull 2224: coveragepy/coveragepy#2224

.. _changes_7-15-0:

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=coverage&package-manager=pip&previous-version=7.15.0&new-version=7.15.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements/constraints.txt | 2 +- requirements/dev.txt | 2 +- requirements/test-common-base.txt | 2 +- requirements/test-common.txt | 2 +- requirements/test-ft.txt | 2 +- requirements/test-mobile.txt | 2 +- requirements/test.txt | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/requirements/constraints.txt b/requirements/constraints.txt index c81415a7910..b206c6f34a3 100644 --- a/requirements/constraints.txt +++ b/requirements/constraints.txt @@ -66,7 +66,7 @@ click==8.4.2 # pip-tools # towncrier # wait-for-it -coverage==7.15.0 +coverage==7.15.1 # via # -r requirements/test-common.in # pytest-cov diff --git a/requirements/dev.txt b/requirements/dev.txt index 198a00156ec..c8566f192dd 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -66,7 +66,7 @@ click==8.4.2 # pip-tools # towncrier # wait-for-it -coverage==7.15.0 +coverage==7.15.1 # via # -r requirements/test-common.in # pytest-cov diff --git a/requirements/test-common-base.txt b/requirements/test-common-base.txt index 2dc14855662..46133d670cf 100644 --- a/requirements/test-common-base.txt +++ b/requirements/test-common-base.txt @@ -16,7 +16,7 @@ backports-asyncio-runner==1.2.0 # via pytest-asyncio click==8.4.2 # via wait-for-it -coverage==7.15.0 +coverage==7.15.1 # via pytest-cov exceptiongroup==1.3.1 # via pytest diff --git a/requirements/test-common.txt b/requirements/test-common.txt index 310841db113..594f5da058e 100644 --- a/requirements/test-common.txt +++ b/requirements/test-common.txt @@ -24,7 +24,7 @@ cffi==2.1.0 # via cryptography click==8.4.2 # via wait-for-it -coverage==7.15.0 +coverage==7.15.1 # via # -r requirements/test-common.in # pytest-cov diff --git a/requirements/test-ft.txt b/requirements/test-ft.txt index 97ec49e104b..d971d758968 100644 --- a/requirements/test-ft.txt +++ b/requirements/test-ft.txt @@ -40,7 +40,7 @@ cffi==2.1.0 # pycares click==8.4.2 # via wait-for-it -coverage==7.15.0 +coverage==7.15.1 # via # -r requirements/test-common.in # pytest-cov diff --git a/requirements/test-mobile.txt b/requirements/test-mobile.txt index 738e2568aa9..e29491282f8 100644 --- a/requirements/test-mobile.txt +++ b/requirements/test-mobile.txt @@ -36,7 +36,7 @@ cffi==2.1.0 ; sys_platform != "android" and sys_platform != "ios" # pycares click==8.4.2 # via wait-for-it -coverage==7.15.0 +coverage==7.15.1 # via pytest-cov exceptiongroup==1.3.1 # via diff --git a/requirements/test.txt b/requirements/test.txt index e546527d985..f726a405905 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -40,7 +40,7 @@ cffi==2.1.0 # pycares click==8.4.2 # via wait-for-it -coverage==7.15.0 +coverage==7.15.1 # via # -r requirements/test-common.in # pytest-cov