From 70cea01bdfe802b98ba4649cb23674ba6f18380f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 09:42:51 +0000 Subject: [PATCH] Update pytest-cov requirement from >=6.0.0 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/v6.0.0...v7.1.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index fb8ffea..c4a5830 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,4 +5,4 @@ ftfy>=6.3.1 pyshark==0.6 pytest==9.1.1 Requests==2.34.2 -pytest-cov>=6.0.0 \ No newline at end of file +pytest-cov>=7.1.0 \ No newline at end of file