From 6fc20a28872d961078a25f4bf6f795f298c005bc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 22:56:01 +0000 Subject: [PATCH] fix(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 64488e7..37d32a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dev = [ "ruff~=0.7.0", "pytest~=8.3.2", "build~=1.2.1", - "pytest-cov~=5.0.0", + "pytest-cov~=6.0.0", "black~=24.10.0", "pre-commit", "responses",