From e4c0e677dfe2ae99e66167bdf071e977e54fbd7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Sep 2025 16:30:59 +0000 Subject: [PATCH] ci: update pytest-cov requirement from <7.0.0,>=6.0.0 to >=6.0.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/v6.0.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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ac6c3f97a..e66189839 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ dev = [ "mypy>=1.15.0,<2.0.0", "pre-commit>=3.2.0,<4.4.0", "pytest>=8.0.0,<9.0.0", - "pytest-cov>=6.0.0,<7.0.0", + "pytest-cov>=6.0.0,<8.0.0", "pytest-asyncio>=1.0.0,<1.2.0", "pytest-xdist>=3.0.0,<4.0.0", "ruff>=0.12.0,<0.14.0", @@ -142,7 +142,7 @@ features = ["anthropic", "litellm", "llamaapi", "ollama", "openai", "otel", "mis extra-dependencies = [ "moto>=5.1.0,<6.0.0", "pytest>=8.0.0,<9.0.0", - "pytest-cov>=6.0.0,<7.0.0", + "pytest-cov>=6.0.0,<8.0.0", "pytest-asyncio>=1.0.0,<1.2.0", "pytest-xdist>=3.0.0,<4.0.0", ]