From f4a2c7aec23b3c613e7af6fe59b528ee57c78517 Mon Sep 17 00:00:00 2001 From: Mike Auty Date: Sun, 27 Apr 2025 15:02:12 +0100 Subject: [PATCH] Drop pycov requirement by 1 since github can't seem to find the most recent version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 006f92a08..b88ac7752 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", ]