diff --git a/api/shared/pyproject.toml b/api/shared/pyproject.toml index 6b6defd..e0c1cd2 100644 --- a/api/shared/pyproject.toml +++ b/api/shared/pyproject.toml @@ -10,7 +10,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", ]