From f241bfee5f0bf1463e045df286b75ba5841940e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Nov 2022 02:26:39 -0800 Subject: [PATCH] Build(deps-dev): Update pytest-cov requirement from ~=3.0 to >=3,<5 (#632) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2aae5191..67fe409b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -74,7 +74,7 @@ test = [ "coverage", "myst-nb~=0.13.2", "pytest~=7.1", - "pytest-cov~=3.0", + "pytest-cov>=3,<5", "pytest-regressions~=2.0.1", "sphinx_thebe" ]