diff --git a/pyproject.toml b/pyproject.toml index b815334..e9e0c3d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -72,7 +72,7 @@ overgeneral-exceptions = [ [tool.poetry.group.test.dependencies] pytest = "^7.0" pytest-cov = "^4.1" -pytest-asyncio = "^0.21.0" +pytest-asyncio = ">=0.21,<0.24" pytest-mock = "^3.11.1" pytest-loguru = "^0.3.0"