diff --git a/pyproject.toml b/pyproject.toml index 68f3b97811..3f3c674f07 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,8 +73,7 @@ cli = ["typer"] # Development extras test = [ "coverage>=7.10", - # Pin possibly due to https://github.com/pytest-dev/pytest-cov/issues/693 - "pytest<8.4", + "pytest", "pytest-asyncio<1.2.0", "pytest-cov", "pytest-accept",