From 2fe0993eaccb3b1f75c4f537529bdc86a4fa741c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 02:55:27 +0000 Subject: [PATCH] chore(deps-dev): update pytest-cov requirement from <7,>=6 to >=6,<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.0.0...v7.1.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.1.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6c61c07..eb49dfc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ dev = [ "mypy>=1.14,<2", "pytest>=8.3,<9", "pytest-asyncio>=0.25,<1", - "pytest-cov>=6,<7", + "pytest-cov>=6,<8", "pytest-httpx>=0.35,<1", "ruff>=0.9,<1", "types-PyYAML>=6.0,<7",