diff --git a/api/poetry.lock b/api/poetry.lock index 3cb0c15e9..6bf59307f 100644 --- a/api/poetry.lock +++ b/api/poetry.lock @@ -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"}, diff --git a/api/pyproject.toml b/api/pyproject.toml index 3542d0fc3..3c8e3b129 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -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"