From be01d2c65cb98f6f6cd62cd17d2ef328674c0b09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 May 2026 08:06:27 +0000 Subject: [PATCH] chore(deps-dev): update pytest-cov requirement in /sdk 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] --- sdk/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/pyproject.toml b/sdk/pyproject.toml index 99ef2bb..25829d1 100644 --- a/sdk/pyproject.toml +++ b/sdk/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ [project.optional-dependencies] dev = [ "pytest>=9.0.3", - "pytest-cov>=6.0", + "pytest-cov>=7.1.0", "pytest-asyncio>=1.3.0", "mypy>=1.14", "mypy-protobuf>=3.6",