diff --git a/api/unidash/pyproject.toml b/api/unidash/pyproject.toml index 82d1a2e..2461af4 100644 --- a/api/unidash/pyproject.toml +++ b/api/unidash/pyproject.toml @@ -12,7 +12,7 @@ dependencies = [ [project.optional-dependencies] dev = [ "pytest>=8.0.0", - "pytest-cov>=6.0.0", + "pytest-cov>=7.1.0", "ruff>=0.8.0", "black>=24.0.0", ]