From c9cfc6c5be3bc0254dee1e0f76e1ccf8407015e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 4 Jan 2026 00:01:10 +0000 Subject: [PATCH] chore(deps-dev): update pytest-cov requirement from ==5.* to ==7.* 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/v5.0.0...v7.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 29bc5bd..348daa0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ dev = [ "mypy==1.*", "mypy-extensions==1.*", "pytest==8.*", - "pytest-cov==5.*", + "pytest-cov==7.*", "pytest-mock==3.*", "pytest-structlog==1.*", "pytest-sugar==1.*",