From d0efba7cd67734bb89e0480dbfb827601de390c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 05:50:48 +0000 Subject: [PATCH] Update pytest-cov requirement from ~=4.1.0 to >=4.1,<5.1 (#9) 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 6ec0142..9aa679e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dev = [ "mypy>=1.8,<1.10", "pyright~=1.1.347", "pytest>=8.0,<8.2", - "pytest-cov~=4.1.0", + "pytest-cov>=4.1,<5.1", "ruff>=0.2,<0.4", "tox>=4.12.1,<4.15.0", "tzdata>=2023.4,<2025.0"