From c823822109114d2a5ccfcef1e027ef6cdb1b4675 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 20:16:39 +0000 Subject: [PATCH] Update pytest-cov requirement from <6.1.0,>=4.0.0 to >=4.0.0,<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/v4.0.0...v7.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test-requirements.txt b/src/test-requirements.txt index f1e789f..85f0bee 100644 --- a/src/test-requirements.txt +++ b/src/test-requirements.txt @@ -1,4 +1,4 @@ httpx>=0.23.0,<0.30.0 black>=22.10.0,<25.0.0 pytest>=7.2.2,<9.0.0 -pytest-cov>=4.0.0,<6.1.0 \ No newline at end of file +pytest-cov>=4.0.0,<7.1.0 \ No newline at end of file