From 7c704534f6e09088d9cb91fc286b76f5fdab7c03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 17:25:26 +0000 Subject: [PATCH] Bump pytest-cov from 6.1.1 to 7.1.0 Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 6.1.1 to 7.1.0. - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v6.1.1...v7.1.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements/local.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/local.txt b/requirements/local.txt index cadc3d0..2668fe1 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -10,6 +10,6 @@ django-debug-toolbar # https://github.com/jazzband/django-debug-toolbar pytest==8.3.5 pytest-django==4.11.1 -pytest-cov==6.1.1 +pytest-cov==7.1.0 coverage==7.8.0 django-coverage-plugin==3.1.0 \ No newline at end of file