Merge pull request 'Update dependency pytest to >=8.4.1' (#111) from renovate/pytest-8.x into main
All checks were successful
Build and Deploy Staging / build (push) Successful in 1m31s
Tests / test (push) Successful in 28s
Build and Deploy Staging / deploy (push) Successful in 9s

Reviewed-on: #111
This commit is contained in:
Tobias Kunze 2025-06-22 15:39:49 +00:00
commit 3115d5a6f8
2 changed files with 5 additions and 5 deletions

View file

@ -34,7 +34,7 @@ dev = [
"flake8-bugbear>=24.12.12",
"flake8-pyproject>=1.2.3",
"isort>=6.0.1",
"pytest>=8.4.0",
"pytest>=8.4.1",
"pytest-cov>=6.2.1",
"pytest-django>=4.11.1",
]