From 1b01191ed75672c17419c3c5d01d9219dbdfc698 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 22:44:04 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20=F0=9F=9B=A0=EF=B8=8F(deps?= =?UTF-8?q?):=20update=20dependency=20pytest-cov=20to=20v6=20(#778)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6606692..8cfe12f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -110,7 +110,7 @@ overgeneral-exceptions = [ [tool.poetry.group.test.dependencies] pytest = "^8.0.0" -pytest-cov = "^5.0.0" +pytest-cov = "^6.0.0" pytest-asyncio = "^0.24.0" pytest-mock = "^3.11.1" pytest-loguru = "^0.4.0"