From 3f22e074e002924e64b9055f8eeed9bdc6e982fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 17:36:46 +0000 Subject: [PATCH] Update pytest-cov requirement from <6,>=4 to >=4,<7 (#821) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Saaketh Narayan --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 38f71e466..d15fa12cb 100644 --- a/setup.py +++ b/setup.py @@ -70,7 +70,7 @@ 'pre-commit>=2.18.1,<4', 'pytest==8.3.3', 'pytest_codeblocks==0.17.0', - 'pytest-cov>=4,<6', + 'pytest-cov>=4,<7', 'toml==0.10.2', 'yamllint==1.35.1', 'moto>=4.0,<6',