Update dependency pytest-cov to >=6.3.0
All checks were successful
Tests / test (push) Successful in 28s

This commit is contained in:
Renovate Bot 2025-09-09 03:01:14 +00:00
parent 5f75b0465f
commit b38d11880d
2 changed files with 5 additions and 5 deletions

View file

@ -37,7 +37,7 @@ dev = [
"flake8-pyproject>=1.2.3",
"isort>=6.0.1",
"pytest>=8.4.2",
"pytest-cov>=6.2.1",
"pytest-cov>=6.3.0",
"pytest-django>=4.11.1",
]