From 8e25a691ad604a4f4b1f0161ca7ae864b6a1b0b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 15:45:10 +0000 Subject: [PATCH] Bump pytest-cov from 4.1.0 to 5.0.0 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:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index cf2cc350b6b..2c40b8f519c 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -87,7 +87,7 @@ pytest==8.1.1 # pytest-django # pytest-sugar # pytest-xdist -pytest-cov==4.1.0 +pytest-cov==5.0.0 # via -r dev-requirements.in pytest-django==4.8.0 # via -r dev-requirements.in