From b235b1df4e2ec2d45846368e76714429a3dac0a3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 10:13:33 +0000 Subject: [PATCH] Update dependency pytest-asyncio to v1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e78b389..4a42ad5 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ 'test': [ 'pytest>=6,<8', 'pytest-cov>=5,<6', - 'pytest-asyncio==0.*', + 'pytest-asyncio==1.*', 'pytest-xdist==3.*', 'ruff==0.15.12', 'mypy==1.14.1',