Merge pull request 'Update dependency pytest-cov to >=6.1.1' (#80) from renovate/pytest-cov-6.x into main
Some checks failed
Build and Deploy Staging / deploy (push) Blocked by required conditions
Build and Deploy Staging / build (push) Successful in 59s
Tests / test (push) Has been cancelled

Reviewed-on: #80
This commit is contained in:
Tobias Kunze 2025-06-03 05:14:13 +00:00
commit b6fb21eb60
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",
]

2
uv.lock generated
View file

@ -1057,7 +1057,7 @@ dev = [
{ name = "flake8-pyproject", specifier = ">=1.2.3" },
{ name = "isort", specifier = ">=6.0.1" },
{ name = "pytest", specifier = ">=8.3.5" },
{ name = "pytest-cov", specifier = ">=6.0.0" },
{ name = "pytest-cov", specifier = ">=6.1.1" },
{ name = "pytest-django", specifier = ">=4.11.1" },
]