From 2bd27947de7f42ef09f40331ed6005c792ac5fce Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 15:09:40 +0000 Subject: [PATCH] chore(deps): update dependency pytest-asyncio to >=0.26.0,<=0.26.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d80e027..529aab7 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ extras_require={ 'test': [ 'pytest', - 'pytest-asyncio>=0.23.7,<=0.23.9', + 'pytest-asyncio>=0.26.0,<=0.26.0', 'pytest-cov', 'pytest-xdist', 'mypy==1.14.1',