From dd4cecf0da8929fd0f56338986d84a6b2ebc2244 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 00:49:49 +0000 Subject: [PATCH] chore(deps): 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:production ... Signed-off-by: dependabot[bot] --- scripts/project-templates/devops/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/project-templates/devops/requirements.txt b/scripts/project-templates/devops/requirements.txt index a46297e..af6b1d7 100644 --- a/scripts/project-templates/devops/requirements.txt +++ b/scripts/project-templates/devops/requirements.txt @@ -30,6 +30,6 @@ kubernetes>=29.0.0,<30.0.0 # Testing & Quality pytest>=8.0.0,<9.0.0 -pytest-cov>=4.1.0,<5.0.0 +pytest-cov>=4.1.0,<8.0.0 black>=24.1.0,<25.0.0 ruff>=0.2.0,<0.3.0