diff --git a/pyproject.toml b/pyproject.toml index a44ac80..b5ca41e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,7 +71,7 @@ overgeneral-exceptions = [ [tool.poetry.group.test.dependencies] -pytest = "^7.0" +pytest = ">=7,<9" pytest-cov = "^4.1" pytest-asyncio = "^0.23.0" pytest-mock = "^3.11.1"