From 226afe8a2f6c3d8244834e244129a2b15801e15d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 08:56:11 +0000 Subject: [PATCH] [UPDATE] 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/v6.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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 023be1e5..ec8b66c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -74,7 +74,7 @@ dev = [ tests = [ "freezegun<2.0.0,>=1.5.1", "pytest<9.0.0,>=8.3.5", - "pytest-cov<7.0.0,>=6.0.0", + "pytest-cov>=6.0.0,<8.0.0", "pytest-django<5.0.0,>=4.10.0", "model-bakery<2.0.0,>=1.20.4", "beautifulsoup4>=4.13.3,<5",