From 8a2c7c5afbfac724f37bf7ce3655452a64fc054e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 16:34:23 +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 6c75039..e9bd8ae 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ 'mypy==1.14.1', 'pytest>=8,<9', 'pytest-cov>=5,<6', - 'pytest-asyncio==0.*', + 'pytest-asyncio==1.*', 'ruff==0.5.5', 'types-pyserial', ]