From d5033f50bfac27e802263cf5b02f382f57e9c847 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Sep 2025 05:26:28 +0000 Subject: [PATCH] ci: update pytest-cov requirement from <5.0.0,>=4.1.0 to >=4.1.0,<8.0.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/v4.1.0...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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 974ff9d..c5b2767 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ dev = [ "pre-commit>=3.2.0,<4.2.0", "pytest>=8.0.0,<9.0.0", "pytest-asyncio>=0.26.0,<0.27.0", - "pytest-cov>=4.1.0,<5.0.0", + "pytest-cov>=4.1.0,<8.0.0", "pytest-xdist>=3.0.0,<4.0.0", "ruff>=0.4.4,<0.5.0", ] @@ -108,7 +108,7 @@ all = [ "pre-commit>=3.2.0,<4.2.0", "pytest>=8.0.0,<9.0.0", "pytest-asyncio>=0.26.0,<0.27.0", - "pytest-cov>=4.1.0,<5.0.0", + "pytest-cov>=4.1.0,<8.0.0", "pytest-xdist>=3.0.0,<4.0.0", "ruff>=0.4.4,<0.5.0", @@ -176,7 +176,7 @@ extra-dependencies = [ "moto>=5.1.0,<6.0.0", "pytest>=8.0.0,<9.0.0", "pytest-asyncio>=0.26.0,<0.27.0", - "pytest-cov>=4.1.0,<5.0.0", + "pytest-cov>=4.1.0,<8.0.0", "pytest-xdist>=3.0.0,<4.0.0", ] extra-args = [