From 8002ed859247c4950851feca4dfa6eea5bdf8c91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Mar 2026 09:52:54 +0000 Subject: [PATCH] Update pytest-cov requirement from <7.1,>=6.0 to >=6.0,<7.2 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.1.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.1.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 91e4ebed..8eb072bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ dev = [ test = [ "psycopg >=3.2,<4", "pytest >=6.3,<10", - "pytest-cov >=6.0,<7.1", + "pytest-cov >=6.0,<7.2", "requests_mock >=1.9,<2", "scikit-learn >=1.7,<1.9", ]