Merge pull request 'Update dependency pytest-cov to v7' (#222) from renovate/pytest-cov-7.x into main
All checks were successful
Build and Deploy Staging / build (push) Successful in 1m21s
Tests / test (push) Successful in 56s
Build and Deploy Staging / deploy (push) Successful in 7s

Reviewed-on: #222
This commit is contained in:
Tobias Kunze 2025-10-17 11:21:44 +00:00
commit c346a2dac6
2 changed files with 5 additions and 5 deletions

View file

@ -37,7 +37,7 @@ dev = [
"flake8-pyproject>=1.2.3",
"isort>=6.1.0",
"pytest>=8.4.2",
"pytest-cov>=6.3.0",
"pytest-cov>=7.0.0",
"pytest-django>=4.11.1",
"pytest-mock>=3.15.1",
]