From 10f64b79e4c4783a8978c69ce64308623ff5e65b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 10:16:07 +0000 Subject: [PATCH] Update pytest-cov requirement from <5.0,>=4.1 to >=4.1,<7.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.1.0...v6.0.0) --- updated-dependencies: - dependency-name: pytest-cov 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 5fa7fdd9..68733687 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ test = [ "pytest>=7.3,<8.0", "pytest-mock", "pytest-xdist>=3.2,<4.0", - "pytest-cov>=4.1,<5.0", + "pytest-cov>=4.1,<7.0", "hypothesis>=6.87,<7.0", ] build = [