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

This commit is contained in:
Renovate Bot 2025-06-03 03:01:56 +00:00
parent 75f34b8174
commit 3844092231
2 changed files with 2 additions and 2 deletions

View file

@ -34,7 +34,7 @@ dev = [
"flake8-pyproject>=1.2.3",
"isort>=6.0.1",
"pytest>=8.3.5",
"pytest-cov>=6.0.0",
"pytest-cov>=6.1.1",
"pytest-django>=4.11.1",
]