From d564cf77c15aa6d2e08d999ec1f97b26d891c3de Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 21:04:11 +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 09dd8a2..7bfbb2e 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ 'mypy==1.10.1', 'pytest>=6,<8', 'pytest-cov>=4,<5', - 'pytest-asyncio==0.*', + 'pytest-asyncio==1.*', 'ruff==0.4.7', 'types-pyserial', ]