From bc265edcdc5b6f07dad5e139bed647f1cf070458 Mon Sep 17 00:00:00 2001 From: Mike Auty Date: Sun, 27 Apr 2025 15:00:03 +0100 Subject: [PATCH] Try to slightly loosen the pytest-cov requirement --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a70f2c633..006f92a08 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ dev = [ test = [ "volatility3[dev]", "pytest>=8.3.3,<9", - "pytest-cov>=6.1.1,<7", + "pytest-cov>=6,<7", "yara-x>=0.10.0,<1", ]