From 53ad5277fa68efeb56160a1a833b4bebd3119275 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Mar 2026 09:42:11 +0000 Subject: [PATCH] chore(deps): update dependency pytest-cov to v7 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6a2d9e2c..75634628 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dev = [ test = [ "pytest==8.3.4", "pytest-asyncio==0.23.8", - "pytest-cov==5.0.0", + "pytest-cov==7.0.0", "six==1.17.0", ] lint = ["ruff==0.14.5"]