Update dependency pytest-django to v4.5.2

environments/review-front-reno-8m7nsm/deployments/9962
Renovate Bot 2022-02-01 20:55:37 +00:00 zatwierdzone przez JuniorJPDJ
rodzic f0e8d737ab
commit fc24003475
2 zmienionych plików z 4 dodań i 4 usunięć

6
api/poetry.lock wygenerowano
Wyświetl plik

@ -1518,7 +1518,7 @@ testing = ["fields", "hunter", "process-tests", "six", "pytest-xdist", "virtuale
[[package]]
name = "pytest-django"
version = "4.4.0"
version = "4.5.2"
description = "A Django plugin for pytest."
category = "dev"
optional = false
@ -3124,8 +3124,8 @@ pytest-cov = [
{file = "pytest_cov-2.12.1-py2.py3-none-any.whl", hash = "sha256:261bb9e47e65bd099c89c3edf92972865210c36813f80ede5277dceb77a4a62a"},
]
pytest-django = [
{file = "pytest-django-4.4.0.tar.gz", hash = "sha256:b5171e3798bf7e3fc5ea7072fe87324db67a4dd9f1192b037fed4cc3c1b7f455"},
{file = "pytest_django-4.4.0-py3-none-any.whl", hash = "sha256:65783e78382456528bd9d79a35843adde9e6a47347b20464eb2c885cb0f1f606"},
{file = "pytest-django-4.5.2.tar.gz", hash = "sha256:d9076f759bb7c36939dbdd5ae6633c18edfc2902d1a69fdbefd2426b970ce6c2"},
{file = "pytest_django-4.5.2-py3-none-any.whl", hash = "sha256:c60834861933773109334fe5a53e83d1ef4828f2203a1d6a0fa9972f4f75ab3e"},
]
pytest-env = [
{file = "pytest-env-0.6.2.tar.gz", hash = "sha256:7e94956aef7f2764f3c147d216ce066bf6c42948bb9e293169b1b1c880a580c2"},

Wyświetl plik

@ -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"