Update dependency pytest-django to v4.5.2
This commit is contained in:
parent
f0e8d737ab
commit
fc24003475
|
@ -1518,7 +1518,7 @@ testing = ["fields", "hunter", "process-tests", "six", "pytest-xdist", "virtuale
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "pytest-django"
|
name = "pytest-django"
|
||||||
version = "4.4.0"
|
version = "4.5.2"
|
||||||
description = "A Django plugin for pytest."
|
description = "A Django plugin for pytest."
|
||||||
category = "dev"
|
category = "dev"
|
||||||
optional = false
|
optional = false
|
||||||
|
@ -3124,8 +3124,8 @@ pytest-cov = [
|
||||||
{file = "pytest_cov-2.12.1-py2.py3-none-any.whl", hash = "sha256:261bb9e47e65bd099c89c3edf92972865210c36813f80ede5277dceb77a4a62a"},
|
{file = "pytest_cov-2.12.1-py2.py3-none-any.whl", hash = "sha256:261bb9e47e65bd099c89c3edf92972865210c36813f80ede5277dceb77a4a62a"},
|
||||||
]
|
]
|
||||||
pytest-django = [
|
pytest-django = [
|
||||||
{file = "pytest-django-4.4.0.tar.gz", hash = "sha256:b5171e3798bf7e3fc5ea7072fe87324db67a4dd9f1192b037fed4cc3c1b7f455"},
|
{file = "pytest-django-4.5.2.tar.gz", hash = "sha256:d9076f759bb7c36939dbdd5ae6633c18edfc2902d1a69fdbefd2426b970ce6c2"},
|
||||||
{file = "pytest_django-4.4.0-py3-none-any.whl", hash = "sha256:65783e78382456528bd9d79a35843adde9e6a47347b20464eb2c885cb0f1f606"},
|
{file = "pytest_django-4.5.2-py3-none-any.whl", hash = "sha256:c60834861933773109334fe5a53e83d1ef4828f2203a1d6a0fa9972f4f75ab3e"},
|
||||||
]
|
]
|
||||||
pytest-env = [
|
pytest-env = [
|
||||||
{file = "pytest-env-0.6.2.tar.gz", hash = "sha256:7e94956aef7f2764f3c147d216ce066bf6c42948bb9e293169b1b1c880a580c2"},
|
{file = "pytest-env-0.6.2.tar.gz", hash = "sha256:7e94956aef7f2764f3c147d216ce066bf6c42948bb9e293169b1b1c880a580c2"},
|
||||||
|
|
|
@ -62,7 +62,7 @@ uvicorn = {version = "==0.17.1", extras = ["standard"]}
|
||||||
flake8 = "==3.9.2"
|
flake8 = "==3.9.2"
|
||||||
pytest = "==6.2.5"
|
pytest = "==6.2.5"
|
||||||
pytest-cov = "==2.12.1"
|
pytest-cov = "==2.12.1"
|
||||||
pytest-django = "==4.4.0"
|
pytest-django = "==4.5.2"
|
||||||
pytest-env = "==0.6.2"
|
pytest-env = "==0.6.2"
|
||||||
pytest-mock = "==3.6.1"
|
pytest-mock = "==3.6.1"
|
||||||
pytest-randomly = "==3.10.3"
|
pytest-randomly = "==3.10.3"
|
||||||
|
|
Loading…
Reference in New Issue