Update dependency pytest-django to v4.5.2

This commit is contained in:
Renovate Bot 2022-02-01 20:55:37 +00:00 committed by JuniorJPDJ
commit fc24003475
2 changed files with 4 additions and 4 deletions

View file

@ -62,7 +62,7 @@ uvicorn = {version = "==0.17.1", extras = ["standard"]}
flake8 = "==3.9.2"
pytest = "==6.2.5"
pytest-cov = "==2.12.1"
pytest-django = "==4.4.0"
pytest-django = "==4.5.2"
pytest-env = "==0.6.2"
pytest-mock = "==3.6.1"
pytest-randomly = "==3.10.3"