diff --git a/app/poetry.lock b/app/poetry.lock index 88c852a8..c6fe818f 100644 --- a/app/poetry.lock +++ b/app/poetry.lock @@ -2069,17 +2069,17 @@ testing = ["fields", "hunter", "process-tests", "pytest-xdist", "six", "virtuale [[package]] name = "pytest-django" -version = "4.5.2" +version = "4.6.0" description = "A Django plugin for pytest." optional = false -python-versions = ">=3.5" +python-versions = ">=3.8" files = [ - {file = "pytest-django-4.5.2.tar.gz", hash = "sha256:d9076f759bb7c36939dbdd5ae6633c18edfc2902d1a69fdbefd2426b970ce6c2"}, - {file = "pytest_django-4.5.2-py3-none-any.whl", hash = "sha256:c60834861933773109334fe5a53e83d1ef4828f2203a1d6a0fa9972f4f75ab3e"}, + {file = "pytest-django-4.6.0.tar.gz", hash = "sha256:ebc12a64f822a1284a281caf434d693f96bff69a9b09c677f538ecaa2f470b37"}, + {file = "pytest_django-4.6.0-py3-none-any.whl", hash = "sha256:7e90a183dec8c715714864e5dc8da99bb219502d437a9769a3c9e524af57e43a"}, ] [package.dependencies] -pytest = ">=5.4.0" +pytest = ">=7.0.0" [package.extras] docs = ["sphinx", "sphinx-rtd-theme"] @@ -2915,4 +2915,4 @@ heapdict = "*" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "de3db95b89db81305e066ca1f8b3b9e1036c8147ff32587c74505acd42e46e3c" +content-hash = "42e497a903f21dee3ea27af08d85c612fcf55bc72bdedc9348f4d7da4c670a5b" diff --git a/app/pyproject.toml b/app/pyproject.toml index 9c54b0c6..9236191d 100644 --- a/app/pyproject.toml +++ b/app/pyproject.toml @@ -33,6 +33,6 @@ django-health-check = "^3.17.0" ipython = "^8.17" pyyaml = "^6.0" pytest = "^7.4" -pytest-django = "^4.5" +pytest-django = "^4.6" pytest-cov = "^4.1" prospector = { version = "^1.10", extras = ["with_mypy", "with_vulture"] }