From 28cb6c32647203acd0d5af3804eacfa8db7d979b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 00:23:01 +0000 Subject: [PATCH] chore(deps-dev): update pytest-cov requirement 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.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 3069feb..bbae219 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dev = [ "pip-audit==2.10.1", "pytest>=9.0.3,<10", "pytest-asyncio>=1.1.0,<2", - "pytest-cov>=6.2.0,<7", + "pytest-cov>=6.2.0,<8", "respx>=0.22.0,<1", "ruff>=0.12.0,<1", ]