Merge pull request 'Update dependency pytest-django to >=4.11.1' (#81) from renovate/pytest-django-4.x into main
Some checks failed
Build and Deploy Staging / deploy (push) Blocked by required conditions
Tests / test (push) Waiting to run
Build and Deploy Staging / build (push) Has been cancelled

Reviewed-on: #81
This commit is contained in:
Tobias Kunze 2025-06-02 12:53:16 +00:00
commit 3c36b89584
2 changed files with 5 additions and 5 deletions

View file

@ -35,7 +35,7 @@ dev = [
"isort>=6.0.1",
"pytest>=8.3.5",
"pytest-cov>=6.0.0",
"pytest-django>=4.10.0",
"pytest-django>=4.11.1",
]
[tool.isort]