Drop pycov requirement by 1 since github can't seem to find the most recent version

This commit is contained in:
Mike Auty
2025-04-27 15:02:12 +01:00
parent bc265edcdc
commit f4a2c7aec2
+1 -1
View File
@@ -45,7 +45,7 @@ dev = [
test = [
"volatility3[dev]",
"pytest>=8.3.3,<9",
"pytest-cov>=6,<7",
"pytest-cov>=5,<7",
"yara-x>=0.10.0,<1",
]