From cd4cacf0ec0a3d8ed02ed9a9ccf0e073b8ee0de9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 14 Jun 2026 08:29:10 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20dependency=20pyte?= =?UTF-8?q?st-asyncio=20to=20v1.4.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 eadda35a..bd9363e1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -201,7 +201,7 @@ dev = [ "pre-commit-hooks==6.0.0", "pylint==4.0.5", "pytest>=8.3.5", - "pytest-asyncio==1.3.0", + "pytest-asyncio==1.4.0", "pytest-cov==7.1.0", "pytest-xdist>=3.8.0", "pyupgrade==3.21.2",