From f2483f16919e7f7b485a4b049f96d65a316f9abe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 15:53:23 +0000 Subject: [PATCH] Update pytest-cov requirement from <7,>=6.2 to >=6.2,<8 in /controller 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/v6.2.0...v7.1.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.1.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- controller/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controller/pyproject.toml b/controller/pyproject.toml index 56ddedd..5270f8a 100644 --- a/controller/pyproject.toml +++ b/controller/pyproject.toml @@ -23,7 +23,7 @@ dev = [ "mypy>=1.17,<2", "pip-audit>=2.10,<3", "pytest>=9.0.3,<10", - "pytest-cov>=6.2,<7", + "pytest-cov>=6.2,<8", "ruff>=0.12,<1", ]