diff --git a/setup.py b/setup.py index d80e027..8848101 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ extras_require={ 'test': [ 'pytest', - 'pytest-asyncio>=0.23.7,<=0.23.9', + 'pytest-asyncio>=1.3.0,<=1.3.0', 'pytest-cov', 'pytest-xdist', 'mypy==1.14.1',