From b782ef63354a377e3191bbc2540016908dcf3e58 Mon Sep 17 00:00:00 2001 From: Ryan Kingsbury Date: Sat, 10 Aug 2024 21:40:52 -0400 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cd220f3d..bed17176 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ testing = [ "setuptools>=60", "pre-commit>=2", "pytest>=7", - "pytest-cov", + "pytest-cov>=2.11", "pytest-xdist>2", "black", "mypy>1",