From b80725e28830b129c4e9783809645d44dc68137d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 20:12:45 +0000 Subject: [PATCH] Update pytest-cov requirement from >=2.6.1 to >=7.1.0 Updates the requirements on [pytest-cov](https://github.com/pytest-dev/pytest-cov) to permit the latest version. - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v2.6.1...v7.1.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/requirements_dev.txt | 2 +- requirements/requirements_tests.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/requirements_dev.txt b/requirements/requirements_dev.txt index 603064b..120c52b 100644 --- a/requirements/requirements_dev.txt +++ b/requirements/requirements_dev.txt @@ -8,7 +8,7 @@ coveralls>=1.6.0 pip>=19.0.3 pygments>=2.15.0 # not directly required, pinned by Snyk to avoid a vulnerability pytest>=4.3.0 -pytest-cov>=2.6.1 +pytest-cov>=7.1.0 requests>=2.32.4 # not directly required, pinned by Snyk to avoid a vulnerability setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability tox diff --git a/requirements/requirements_tests.txt b/requirements/requirements_tests.txt index ae3c7f7..c460cbb 100644 --- a/requirements/requirements_tests.txt +++ b/requirements/requirements_tests.txt @@ -1,5 +1,5 @@ pytest>=4.3.0 -pytest-cov>=2.6.1 +pytest-cov>=7.1.0 tox #-r requirements_dev.txt