Merge pull request 'Update dependency pytest-cov to >=6.2.1' (#106) from renovate/pytest-cov-6.x into main
All checks were successful
Build and Deploy Staging / build (push) Successful in 1m3s
Tests / test (push) Successful in 38s
Build and Deploy Staging / deploy (push) Successful in 10s

Reviewed-on: #106
This commit is contained in:
Tobias Brunner 2025-06-17 05:32:20 +00:00
commit f740b248b4
2 changed files with 6 additions and 5 deletions

View file

@ -35,7 +35,7 @@ dev = [
"flake8-pyproject>=1.2.3",
"isort>=6.0.1",
"pytest>=8.4.0",
"pytest-cov>=6.1.1",
"pytest-cov>=6.2.1",
"pytest-django>=4.11.1",
]