From 132b36a643960e66a610fe9011983def4507ae5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 19:19:19 +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 d97f348f1..3e3e1a601 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]~=1.1.1 channels_redis~=4.2.1 django_redis~=5.4.0