diff --git a/scripts/project-templates/standard/pyproject.toml b/scripts/project-templates/standard/pyproject.toml index 946e622..81cb574 100644 --- a/scripts/project-templates/standard/pyproject.toml +++ b/scripts/project-templates/standard/pyproject.toml @@ -10,7 +10,7 @@ dependencies = [] dev = [ # Testing "pytest>=8.0.0,<9.0.0", - "pytest-cov>=4.1.0,<5.0.0", + "pytest-cov>=4.1.0,<8.0.0", "pytest-asyncio>=0.23.0,<0.24.0", "pytest-mock>=3.12.0,<4.0.0",