From ac144fee624aaa6393e9e3f3c4f9834c459001c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 02:03:15 +0000 Subject: [PATCH] Update pytest-cov requirement from >=2.8.1 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/v2.8.1...v7.1.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- kubernetes_asyncio/test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes_asyncio/test-requirements.txt b/kubernetes_asyncio/test-requirements.txt index d354965e13..512e0a011e 100644 --- a/kubernetes_asyncio/test-requirements.txt +++ b/kubernetes_asyncio/test-requirements.txt @@ -1,3 +1,3 @@ pytest~=4.6.7 # needed for python 2.7+3.4 -pytest-cov>=2.8.1 +pytest-cov>=7.1.0 pytest-randomly==4.1.0 # needed for python 2.7+3.4