From e4fa8e37e2f872cc38649f41f371fe5589e5da14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 11:06:52 +0000 Subject: [PATCH] build(deps): Bump pytest-cov in /requirements/testing Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 4.1.0 to 5.0.0. - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v4.1.0...v5.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements/testing/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/testing/requirements.txt b/requirements/testing/requirements.txt index 6da59686..a396b3ed 100644 --- a/requirements/testing/requirements.txt +++ b/requirements/testing/requirements.txt @@ -4,4 +4,4 @@ coverage==7.4.0 pytest==7.4.0 pytest-django==4.5.2 pytest-pep8==1.0.6 -pytest-cov==4.1.0 +pytest-cov==5.0.0