From 8ae5ea6f6222dda2648f0795d4317fad83264002 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 03:53:04 +0000 Subject: [PATCH] Update pytest-cov requirement from <5.1,>=4.1.0 to >=4.1.0,<6.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/v4.1.0...v6.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/test.txt b/requirements/test.txt index d1f5399..06f9e9a 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -2,4 +2,4 @@ django-linear-migrations>=2.8.0,<2.14 pytest-django>=4.5.2,<4.10 -pytest-cov>=4.1.0,<5.1 +pytest-cov>=4.1.0,<6.1