From b0c7a58e43439da47abe3b32b829ccc637665fc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 00:22:42 +0000 Subject: [PATCH] Update pytest-cov requirement from <8,>=3 to >=7.1.0,<8 in /argo-test 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/v3.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] --- argo-test/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/argo-test/pyproject.toml b/argo-test/pyproject.toml index 0ec68b7..1875b8e 100644 --- a/argo-test/pyproject.toml +++ b/argo-test/pyproject.toml @@ -40,7 +40,7 @@ argo-test = "argo_test.__main__:main" [project.optional-dependencies] dev = [ - "pytest-cov>=3,<8", + "pytest-cov>=7.1.0,<8", "pytest-mock>=3.15.1, <4.0", "pytest~=9.0", "ruff~=0.15.13",