diff --git a/pyproject.toml b/pyproject.toml index dfe9534..70c8639 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ aiohttp = "^3.8.5" black = "^24.4.0" isort = "^5.11.4" pytest = "^8.1.1" -pytest-asyncio = "^0.23.6" +pytest-asyncio = ">=0.23.6,<0.25.0" [tool.black] line-length = 88