diff --git a/setup.py b/setup.py index 6dbc0028..7a30071e 100644 --- a/setup.py +++ b/setup.py @@ -69,7 +69,7 @@ def read(path: str) -> str: "faker==18.3.1", "pytest==8.3.4", "pytest-aiohttp==1.0.5", - "pytest-asyncio==0.24.0", + "pytest-asyncio==0.25.2", "pytest-xdist==3.6.1", # enables parallel testing "filelock==3.16.1", # used for locks when running in parallel mode ],