From e654410a9e0c55058b0952b9f07a089d99ca09a4 Mon Sep 17 00:00:00 2001 From: Kapil Duwadi <62037219+KapilDuwadi@users.noreply.github.com> Date: Mon, 22 Sep 2025 16:29:21 -0500 Subject: [PATCH] Update pytest-cov version to 7.0.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9fd92f0..b94d511 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dev = [ "pytest~=8.4.0", "ruff~=0.11.12", "pytest-mock~=3.14.1", - "pytest-cov~=6.2.1" + "pytest-cov~=7.0.0" ] doc = [ "mkdocs-material~=9.6.14",