From bb8619c8dbfa09d72526ff9aabf54778d0ca9d25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 05:09:38 +0000 Subject: [PATCH] pip prod(deps): bump coverage from 6.5.0 to 7.2.5 Bumps [coverage](https://github.com/nedbat/coveragepy) from 6.5.0 to 7.2.5. - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/6.5.0...7.2.5) --- updated-dependencies: - dependency-name: coverage 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 6c28322..e935e13 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -3,7 +3,7 @@ # Code quality # ------------------------------------------------------------------------------ black==23.1.0 # https://github.com/psf/black -coverage==6.5.0 # https://github.com/nedbat/coveragepy +coverage==7.2.5 # https://github.com/nedbat/coveragepy coveralls==3.3.1 # https://github.com/TheKevJames/coveralls-python ## Coverage Report django-coverage-plugin==3.0.0 # https://github.com/nedbat/django_coverage_plugin django-stubs==1.13.1 # https://github.com/typeddjango/django-stubs