From b98992abd92649d209070005e885737b1e6feb43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 16:35:24 +0000 Subject: [PATCH] [deps] Update pytest-cov requirement from ~=5.0.0 to ~=6.0.0 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/v5.0.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 91f8f4641..db5ac6735 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,6 +1,6 @@ pytest-django~=4.9.0 pytest-asyncio~=0.24.0 -pytest-cov~=5.0.0 +pytest-cov~=6.0.0 openwisp-utils[qa,selenium] @ https://github.com/openwisp/openwisp-utils/tarball/1.2 channels_redis~=4.2.1 django_redis~=5.4.0