From f05de42017be932a9f9ee4c7beba78bb3dc8581a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 18 Jan 2026 15:53:23 +0000 Subject: [PATCH] :arrow_up: Update pytest-cov requirement from <5,>=4.1.0 to >=4.1.0,<8 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/v4.1.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 5ceac0f..ef1337b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ dev = [ "safety>=2.3.5,<3", "coverage>=7.3.1,<8", "coverage-badge>=1.1.0,<2", - "pytest-cov>=4.1.0,<5", + "pytest-cov>=4.1.0,<8", "openai>=2.2.0", ]