From 33056f0753ad49730c8d5dc70ef6b926590bcaa8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 17:39:09 +0000 Subject: [PATCH] deps(deps): update pytest-cov requirement from >=4.1.0 to >=7.1.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.1.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1cf1d12..37fcbea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ test = [ "pytest>=7.4.0", "pytest-asyncio>=0.23.0", "pytest-timeout>=2.2.0", - "pytest-cov>=4.1.0", + "pytest-cov>=7.1.0", "httpx>=0.28.1", "mcp>=1.27.0", "a2a-sdk>=0.3.0,<1.0.0", diff --git a/requirements.txt b/requirements.txt index 82febb8..1aa30a8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ pydantic>=2.13.4 pytest>=7.4.0 pytest-asyncio>=0.23.0 pytest-timeout>=2.2.0 # per-test timeout so no run can hang the suite (see tests/conftest, pyproject) -pytest-cov>=4.1.0 # coverage report in CI logs +pytest-cov>=7.1.0 # coverage report in CI logs httpx>=0.28.1 # Official protocol SDKs used by the conformance + live tests to validate translation # against each protocol's REAL schema (dev/test only; not imported at runtime).