From c97c0cf35fa67bc89018a1b64270206f749ec2ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Dec 2024 05:07:13 -0800 Subject: [PATCH] Update pytest-cov requirement from <6.0,>=2.12 to >=2.12,<7.0 (#135) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cfe7bec..e75dfd2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ urlsketch = "sourmash_plugin_directsketch:Download_and_Sketch_Url" [project.optional-dependencies] test = [ "pytest>=6.2.4,<8.4.0", - "pytest-cov>=2.12,<6.0", + "pytest-cov>=2.12,<7.0", "pytest-xdist", ]