From 57784fa14b18a742b0e2e1e14442d66be0fcf8a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 01:34:01 +0000 Subject: [PATCH] chore(deps-dev): Update pytest-cov requirement in /fowoco-knowledge 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.0.0...v7.1.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.1.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- fowoco-knowledge/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fowoco-knowledge/pyproject.toml b/fowoco-knowledge/pyproject.toml index b987b7b..62370ef 100644 --- a/fowoco-knowledge/pyproject.toml +++ b/fowoco-knowledge/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ [project.optional-dependencies] dev = [ "pytest>=8.3,<9", - "pytest-cov>=6,<7", + "pytest-cov>=6,<8", "ruff>=0.12,<1", ]