From 7a61efc973ebf9bc9c412aa50eab14cda0f2aac4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 29 Nov 2025 16:05:37 +0000 Subject: [PATCH] chore(deps): update dependency pytest-asyncio to >=0.26,<0.27 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b2dcb91..db4a320 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ dev = [ test = [ "pytest>=7.1.3,<8", - "pytest-asyncio>=0.21.1,<0.22", + "pytest-asyncio>=0.26,<0.27", "pytest-cov>=4.0.0,<5", "pytest-datafiles>=3.0.0,<4", "pytest-xdist>=3.3.1,<4",