diff --git a/backend/pyproject.toml b/backend/pyproject.toml index aec1c8e..344bf76 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -40,7 +40,7 @@ dev = [ "pytest-django>=4.8,<5.0", "pytest-asyncio>=0.23,<1.0", "factory-boy>=3.3,<4.0", - "pytest-cov>=5.0,<6.0", + "pytest-cov>=5.0,<8.0", "pytest-xdist>=3.5,<4.0", ]