From 61cd2b193b923c1ff0a49307e4428420c5ad0fbf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 20:40:50 +0000 Subject: [PATCH] chore(deps): update dependency pytest-cov to v6 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5de4513..ab8ea5a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ hypothesis = ">= 6.56.2" isort = "5.13.2" pre-commit = "*" pytest = "8.3.3" -pytest-cov = "5.0.0" +pytest-cov = "6.0.0" pytest-randomly = "3.15.0" [tool.poetry.group.docs]