From 68eba8ff49718ef8b3b9ec62727e74e92d1e6021 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 12:42:47 +0000 Subject: [PATCH] pip prod(deps): update pytest-cov requirement from <7.0.1 to <7.1.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/v1.0...v7.1.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-testing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-testing.txt b/requirements-testing.txt index c29c5110b2..c82083d7bd 100644 --- a/requirements-testing.txt +++ b/requirements-testing.txt @@ -1,6 +1,6 @@ pytest>=7.2,<9.1 pytest-runner<6.0.2 -pytest-cov<7.0.1 +pytest-cov<7.1.1 flake8-pyproject>=1.2.3,<1.2.5 nbval<0.11.1 scipy<1.15.4