From 6ed113d4ccce3f02a8ad4569c59ffba9a0a7eab7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 18:53:12 +0000 Subject: [PATCH] deps: update pytest-cov requirement from <7.0,>=6.0 to >=6.0,<8.0 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 f5f19b6..1ab68d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dev = [ "pytest>=8.2,<10.0", "pytest-asyncio>=1.0,<2.0", "pytest-bdd>=8.0,<9.0", - "pytest-cov>=6.0,<7.0", + "pytest-cov>=6.0,<8.0", "pyright>=1.1.390,<2.0", "ruff>=0.14,<1.0", ]