From 8f852f5e74d5530da7659aec06ad3c01ecaee51a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 08:04:14 +0000 Subject: [PATCH] chore(deps): update pytest-cov requirement from <7,>=6.2.1 to >=6.2.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.2.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 10c8a051..c3c9081a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -183,7 +183,7 @@ lint = [ tests = [ "pytest>=8,<9", - "pytest-cov>=6.2.1,<7", + "pytest-cov>=6.2.1,<8", "pytest-sugar>=0.9.6", "pytest-asyncio>=0.26.0", "pytest-lazy-fixtures>=1.1.2",