From 84b2de6d90d5f4fa605810d12361bc5c91b915f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 20:13:30 +0000 Subject: [PATCH] build(deps-dev): update pytest-cov requirement from ~=6.0 to ~=7.0 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.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 8c43aab..9a070ac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ dev = [ "ruff~=0.8.4", "boto3-stubs~=1.35.0", "pytest~=8.0", - "pytest-cov~=6.0", + "pytest-cov~=7.0", "pytest-env~=1.1", "moto~=5.0.5", "esbonio~=0.16.0",