From 5a89a4a627d59546416e2f4e4bd151a6520cd86d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 21:02:35 +0000 Subject: [PATCH] Update pytest-cov requirement from <7,>=6.1.1 to >=6.1.1,<8 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.1.1...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 bd80a2bf..834cea71 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,7 @@ dev = [ "mypy>=1.15.0,<2", "pytest>=8.3.5,<9", "pytest-asyncio>=0.26.0,<0.27", - "pytest-cov>=6.1.1,<7", + "pytest-cov>=6.1.1,<8", "pytest-mock>=3.14.0,<4", "black>=25.1.0,<26", "pre-commit>=4.2.0,<5",