diff --git a/setup.py b/setup.py index 0273166..ffd6fd6 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>=0.25.0,<=0.25.0', 'pytest-cov', 'pytest-xdist', 'mypy==1.13.0',