From b98d475b4875b7a4a90c0f9b00a980f48d0e1467 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 13:57:03 +0000 Subject: [PATCH] =?UTF-8?q?OPT:=20Update=20dependency=20pytest-asyncio=20t?= =?UTF-8?q?o=20v1=20=E2=AC=86=EF=B8=8F?= 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 661d120..3ffc3f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -136,7 +136,7 @@ pytest-cov = "5.0.0" types-requests = "^2.28.11.8" ruff = "0.11.8" pytest-recording = "0.13.4" -pytest-asyncio = "0.26.0" +pytest-asyncio = "1.4.0" urllib3 = "1.26.20" [tool.poetry.group.docs]