From 971f9357f151ed025b8dccb04382ca112aacd3fc Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 27 Jan 2021 06:08:26 +0000 Subject: [PATCH] Bump coverage from 4.5.1 to 5.4 Bumps [coverage](https://github.com/nedbat/coveragepy) from 4.5.1 to 5.4. - [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.4) 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..5e79f1c 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.4 # https://github.com/nedbat/coveragepy # Django # ------------------------------------------------------------------------------