From 738f9b647802d303bdd39a772bc8ec39de06ac60 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 07:40:45 +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-asyncio=20to=20^0.25.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 67abb61..89c2dd2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -182,7 +182,7 @@ overgeneral-exceptions = [ [tool.poetry.group.test.dependencies] pytest = "^8.0.0" pytest-cov = "^6.0.0" -pytest-asyncio = "^0.24.0" +pytest-asyncio = "^0.25.0" pytest-mock = "^3.11.1" pytest-loguru = "^0.4.0"