From bcc1c9d5afbe769c06687728b5c02fa44500e8be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 13:43:42 +0100 Subject: [PATCH] MAINT: Update pytest-cov requirement from <5.1,>=4.0.0 to >=4.0.0,<6.1 (#177) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Samuel Lopez <85613111+Samuelopez-ansys@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f2355d5b..09fd86fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ tests = [ "pyaedt[all]>=0.10.0,<0.12", "flask", "pytest>=7.4.0,<8.4", - "pytest-cov>=4.0.0,<5.1", + "pytest-cov>=4.0.0,<6.1", ] doc = [ "pyaedt[all]>=0.10.0,<0.12",