From 0a35fe592a63b66baddd9d9992f4aae81a401fd1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 04:11:28 +0000 Subject: [PATCH] chore(deps): update dependency pytest-cov to v5 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 60921c3b..4b26ee98 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -92,7 +92,7 @@ optional = true [tool.poetry.group.test.dependencies] pytest = "^7.1.1" -pytest-cov = "^4.0" +pytest-cov = "^5.0.0" pytest-datadir = "^1.3" pytest-mock = "^3.5" pytest-runner = "^6.0"