From 5a954c516a87b93905fa3f9521466f5e0fbce72a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 12:53:05 +0000 Subject: [PATCH] chore(deps): [PYTHON] 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 35f0761..f110277 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ mypy = "^1.0" pylint = "^3.0.0" pytest = "^8.0.0" pytest-asyncio = "^0.24.0" -pytest-cov = "^5.0.0" +pytest-cov = "^6.0.0" respx = "^0.21.0" [tool.black]