diff --git a/pyproject.toml b/pyproject.toml index 840e509..4d4cd40 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ requests = "^2.28.1" aiohttp = "^3.8.4" [tool.poetry.group.test.dependencies] -pytest = "^7.1.3" +pytest = ">=7.1.3,<9.0.0" pytest-asyncio = "^0.21.0" coverage = "^7.2.7" mock = "^4.0.3"