From ff21839d15c391a86c214659be9fd2bf7efa0c1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 03:38:42 +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/v7.0.0...v7.1.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2079d53..112a1e2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ dependencies = [ "flake8 (>=7.3.0,<8.0.0)", "isort (>=8.0.1,<9.0.0)", "poethepoet-tasks (>=0.3.0,<0.4.0)", - "pytest-cov (>=7.0.0,<8.0.0)", + "pytest-cov (>=7.1.0,<8.0.0)", "pytest (>=9.0.1,<10.0.0)", "tomlkit (>=0.13.3,<0.14.0)", "jinja2 (>=3.1.6,<4.0.0)",