diff --git a/setup.py b/setup.py index 33592b8..5dc6818 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ 'test': [ 'pytest>=6,<8', 'pytest-cov>=4,<5', - 'pytest-asyncio==0.*', + 'pytest-asyncio>=0.23.4', 'pytest-xdist==3.*', 'ruff==0.2.0', 'mypy==1.8.0',