diff --git a/pyproject.toml b/pyproject.toml index 7c337ca..fa00f22 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,<6.0.0"