From 186179afbd86fbba8f75f202ff85e1bc01db136f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 23:37:24 +0000 Subject: [PATCH] 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 b6cd684..aaf9cd7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ httpx = "^0.24.0" mypy = "^1.1" pre-commit = "2.21.0" pytest = "^7" -pytest-cov = "^4" +pytest-cov = "^6.0.0" requests = "^2.28.2" isort = "^5.11.5"