From 1487ba6cfd8a88b8c55f333ccadd10b9837a772b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Mar 2023 05:06:38 +0000 Subject: [PATCH] pip prod(deps): bump coverage from 6.5.0 to 7.2.1 Bumps [coverage](https://github.com/nedbat/coveragepy) from 6.5.0 to 7.2.1. - [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.1) --- 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 7129cb1..9522f43 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.1 # 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