From dd1b93fefe97c9790f28ddd326ac92af92dbc34c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 12:05:46 +0000 Subject: [PATCH] chore(deps): update dependency pytest-cov to v6.2.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b672a99..51a6efd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ dependencies = [ "black==25.1.0", "flake8-pyproject==1.2.3", "flake8==7.3.0", - "pytest-cov==6.1.1", + "pytest-cov==6.2.1", "pytest-sugar==1.0.0", "pytest==8.4.1", ]