From 409ae64cc00c3d0746df91b9d6eedaf69fceb19b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 10:14:30 +0000 Subject: [PATCH] Update pytest-cov requirement from ~=5.0.0 to >=5.0,<6.3 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...v6.2.1) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 6.2.1 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..ffd6c86 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,<6.3", "python-dotenv~=1.0.1", "pytest-asyncio~=0.24.0", ]