From 166f48d27646828d3036a8a8641e99f25dd44ec2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 11:10:16 +0000 Subject: [PATCH] Bump pytest-cov from 7.0.0 to 7.1.0 (#12267) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 7.0.0 to 7.1.0.
Changelog

Sourced from pytest-cov's changelog.

7.1.0 (2026-03-21)

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pytest-cov&package-manager=pip&previous-version=7.0.0&new-version=7.1.0)](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.txt | 2 +- requirements/test-ft.txt | 2 +- requirements/test.txt | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements/constraints.txt b/requirements/constraints.txt index a21e06b139a..d8c804b1cb6 100644 --- a/requirements/constraints.txt +++ b/requirements/constraints.txt @@ -187,7 +187,7 @@ pytest-codspeed==4.3.0 # via # -r requirements/lint.in # -r requirements/test-common.in -pytest-cov==7.0.0 +pytest-cov==7.1.0 # via -r requirements/test-common.in pytest-mock==3.15.1 # via diff --git a/requirements/dev.txt b/requirements/dev.txt index 67d9863e22a..b39a9ea7200 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -182,7 +182,7 @@ pytest-codspeed==4.3.0 # via # -r requirements/lint.in # -r requirements/test-common.in -pytest-cov==7.0.0 +pytest-cov==7.1.0 # via -r requirements/test-common.in pytest-mock==3.15.1 # via diff --git a/requirements/test-common.txt b/requirements/test-common.txt index e0645a0ab31..d589d1708e4 100644 --- a/requirements/test-common.txt +++ b/requirements/test-common.txt @@ -75,7 +75,7 @@ pytest==9.0.2 # pytest-xdist pytest-codspeed==4.3.0 # via -r requirements/test-common.in -pytest-cov==7.0.0 +pytest-cov==7.1.0 # via -r requirements/test-common.in pytest-mock==3.15.1 # via -r requirements/test-common.in diff --git a/requirements/test-ft.txt b/requirements/test-ft.txt index bc79d273121..be8372346fb 100644 --- a/requirements/test-ft.txt +++ b/requirements/test-ft.txt @@ -108,7 +108,7 @@ pytest==9.0.2 # pytest-xdist pytest-codspeed==4.3.0 # via -r requirements/test-common.in -pytest-cov==7.0.0 +pytest-cov==7.1.0 # via -r requirements/test-common.in pytest-mock==3.15.1 # via -r requirements/test-common.in diff --git a/requirements/test.txt b/requirements/test.txt index 70bd40c506b..8d21cb538cf 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -108,7 +108,7 @@ pytest==9.0.2 # pytest-xdist pytest-codspeed==4.3.0 # via -r requirements/test-common.in -pytest-cov==7.0.0 +pytest-cov==7.1.0 # via -r requirements/test-common.in pytest-mock==3.15.1 # via -r requirements/test-common.in