From 1b262d2678eafa347a37b2ab7a6c1c2d7a1769b8 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 14 Mar 2024 19:46:42 +0000 Subject: [PATCH] Update coverage from 4.5.2 to 7.4.4 --- requirements/local.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/local.txt b/requirements/local.txt index 035c1ec..c3cc604 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -14,7 +14,7 @@ pytest-sugar==0.9.2 # https://github.com/Frozenball/pytest-sugar # Code quality # ------------------------------------------------------------------------------ flake8==3.6.0 # https://github.com/PyCQA/flake8 -coverage==4.5.2 # https://github.com/nedbat/coveragepy +coverage==7.4.4 # https://github.com/nedbat/coveragepy # Django # ------------------------------------------------------------------------------