diff --git a/setup.py b/setup.py index fdb3478d..72fa597c 100644 --- a/setup.py +++ b/setup.py @@ -73,7 +73,7 @@ def read(path: str) -> str: "faker==18.3.1", "pytest==7.4.3", "pytest-aiohttp==0.3.0", - "pytest-asyncio==0.21.1", + "pytest-asyncio==0.23.2", "pytest-xdist==3.5.0", # enables parallel testing "filelock==3.13.1", # used for locks when running in parallel mode ],