From c9062f9986253f1a1855937f9b2bb8fb3ef589d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 09:44:58 +0000 Subject: [PATCH] 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 83d35bf..5651206 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ dev = [ "ab-test-fixtures>=0.1.5,<1", "pre-commit>=4.2.0,<5", "pytest-asyncio>=1.0.0,<2", - "pytest-cov>=6.2.1,<7", + "pytest-cov>=6.2.1,<8", "pytest>=8.4.1,<9", "ruff>=0.12.3,<0.13", "tox>=4.27.0,<5"