From 4a9960d47b624b2e68881c925e0fbff916b716c8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 19:07:20 +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 6eb9874..a478df0 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ 'test': [ 'pytest>=6,<8', 'pytest-cov>=4,<5', - 'pytest-asyncio==0.*', + 'pytest-asyncio==1.*', 'pytest-xdist==3.*', 'mypy==1.14.1', 'types-pyserial',