From 517dd8a62a887ca4d426036192cf5261e0cd20bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Sep 2025 02:46:34 +0000 Subject: [PATCH] pip prod(deps): update pytest-cov requirement from <6.2.2 to <7.0.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.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.0.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 948c30b3e1..84e5479314 100644 --- a/requirements-testing.txt +++ b/requirements-testing.txt @@ -1,6 +1,6 @@ pytest>=7.2,<8.5 pytest-runner<6.0.2 -pytest-cov<6.2.2 +pytest-cov<7.0.1 flake8-pyproject>=1.2.3,<1.2.4 nbval<0.11.1 scipy<1.15.4