From 3157abc6b4ff6b4b75ea3ddba88a5965025043a0 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 25 Nov 2024 06:20:32 +1000 Subject: [PATCH] Update coverage from 4.5.4 to 7.6.8 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index d89621b..22f02b0 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -8,6 +8,6 @@ pytest==4.6.8 PyYAML==5.1.2 cryptography==2.8 Sphinx==1.8.5 -coverage==4.5.4 +coverage==7.6.8 pytest-runner==5.2 requests>=2