From ff64f18000fc07faf21e91999b3b25e2f2841075 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 1 Mar 2021 08:09:06 +0000 Subject: [PATCH] Bump coverage from 4.5.1 to 5.5 Bumps [coverage](https://github.com/nedbat/coveragepy) from 4.5.1 to 5.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/coverage-4.5.1...coverage-5.5) Signed-off-by: dependabot-preview[bot] --- requirements/local.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/local.txt b/requirements/local.txt index bff305b..14d7c34 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -13,7 +13,7 @@ pytest-sugar==0.9.1 # https://github.com/Frozenball/pytest-sugar # Code quality # ------------------------------------------------------------------------------ flake8==3.5.0 # https://github.com/PyCQA/flake8 -coverage==4.5.1 # https://github.com/nedbat/coveragepy +coverage==5.5 # https://github.com/nedbat/coveragepy # Django # ------------------------------------------------------------------------------