From c47db36237a09059eae6cfa9de78784e5d2ea441 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 09:54:30 +0000 Subject: [PATCH] security(deps): update pytest-cov requirement 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.1.0...v7.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index a6a5a81..ae7b64f 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -7,7 +7,7 @@ # Testing framework pytest>=7.0.0,<9.0.0 # Testing framework -pytest-cov>=4.0.0,<6.0.0 # Coverage reporting +pytest-cov>=4.0.0,<8.0.0 # Coverage reporting pytest-mock>=3.10.0,<4.0.0 # Mocking support pytest-asyncio>=0.21.0,<1.0.0 # Async test support pytest-timeout>=2.1.0,<3.0.0 # Test timeout handling