From 03a8ef941ad0e825057dd6e32b879715b5cd8724 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 08:06:34 +0000 Subject: [PATCH 1/2] Update pytest-cov requirement from <6,>=3 to >=3,<7 in /requirements 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/v3.0.0...v6.0.0) --- updated-dependencies: - dependency-name: pytest-cov 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 b2d72a7..4070430 100644 --- a/requirements/testing.txt +++ b/requirements/testing.txt @@ -1,5 +1,5 @@ # Testing dependencies # -------------------- -pytest-cov>=3,<6 +pytest-cov>=3,<7 packaging>=23 From fd4df85adbc9a98426e8540592354a36356c35b3 Mon Sep 17 00:00:00 2001 From: Julien Date: Fri, 1 Nov 2024 10:27:08 +0100 Subject: [PATCH 2/2] Update testing.txt --- requirements/testing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/testing.txt b/requirements/testing.txt index 4070430..f0ac861 100644 --- a/requirements/testing.txt +++ b/requirements/testing.txt @@ -1,5 +1,5 @@ # Testing dependencies # -------------------- -pytest-cov>=3,<7 +pytest-cov>=5 packaging>=23