From 4f9756e62e787e8843710b4f03b794100c52d670 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 22:06:11 +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 a0e4a09..220da73 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,5 +1,5 @@ pytest-django~=4.9.0 pytest-asyncio~=0.24.0 -pytest-cov~=5.0.0 +pytest-cov~=6.0.0 responses~=0.25.3 openwisp-utils[qa]~=1.1.0