From f775b1faddca701f85791c4b483dc17937dcbbd2 Mon Sep 17 00:00:00 2001 From: Harry Date: Fri, 13 Dec 2024 14:29:41 -0800 Subject: [PATCH] Update coverage package to latest version --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 7dfc1b9b..45421f99 100644 --- a/tox.ini +++ b/tox.ini @@ -49,7 +49,7 @@ deps = ; Testing packages pytest > 3.0.0 pytest-benchmark - coverage == 4.5.4 + coverage == 7.2.7 codecov ; Packages common to all test environments