From d6aa60fd1b2a893877aec2539bf94f2d66014117 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jan 2024 17:47:51 +0000 Subject: [PATCH] Update pytest-cov requirement from <3.1,>=3 to >=3,<4.2 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...v4.1.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 416e7b87..3ef385f5 100644 --- a/requirements/testing.txt +++ b/requirements/testing.txt @@ -1,6 +1,6 @@ # Testing dependencies # -------------------- -pytest-cov>=3,<3.1 +pytest-cov>=3,<4.2 pytest-qgis>=1.3,<1.4 semver>=2.13,<2.14