From 4ccb5beb436a56b27a4ff806b9718561f3c6faed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 00:50:04 +0000 Subject: [PATCH] chore(deps-dev): update pytest-cov requirement Updates the requirements on [pytest-cov](https://github.com/pytest-dev/pytest-cov) to permit the latest version. - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v4.1.0...v7.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- scripts/project-templates/standard/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",