diff --git a/pyproject.toml b/pyproject.toml index 633fd9f..9b5173d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dev = [ "black>=24.1.1", "pytest", "pytest-cov", - "coverage~=7.10.3", + "coverage>=7.10.3,<7.14.0", ] [project.urls]