From 4584e99688e4d52531656c8b2180e24c3967a54b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 09:29:26 +0000 Subject: [PATCH] Update pytest-cov requirement from ~=5.0.0 to >=5.0,<7.1 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: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 d67ec4c..ccf47f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ dependencies = [ dev = [ "pre-commit~=3.8.0", "pytest~=8.3.3", - "pytest-cov~=5.0.0", + "pytest-cov>=5.0,<7.1", "python-dotenv~=1.0.1", "pytest-asyncio~=0.24.0", ]