Try to slightly loosen the pytest-cov requirement

This commit is contained in:
Mike Auty
2025-04-27 15:00:09 +01:00
parent 9c7655a635
commit bc265edcdc
+1 -1
View File
@@ -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",
]