diff --git a/poetry.lock b/poetry.lock index 17ec98019..cc84220f6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2105,13 +2105,13 @@ testing = ["fields", "hunter", "process-tests", "pytest-xdist", "six", "virtuale [[package]] name = "pytest-django" -version = "4.6.0" +version = "4.7.0" description = "A Django plugin for pytest." optional = false python-versions = ">=3.8" files = [ - {file = "pytest-django-4.6.0.tar.gz", hash = "sha256:ebc12a64f822a1284a281caf434d693f96bff69a9b09c677f538ecaa2f470b37"}, - {file = "pytest_django-4.6.0-py3-none-any.whl", hash = "sha256:7e90a183dec8c715714864e5dc8da99bb219502d437a9769a3c9e524af57e43a"}, + {file = "pytest-django-4.7.0.tar.gz", hash = "sha256:92d6fd46b1d79b54fb6b060bbb39428073396cec717d5f2e122a990d4b6aa5e8"}, + {file = "pytest_django-4.7.0-py3-none-any.whl", hash = "sha256:4e1c79d5261ade2dd58d91208017cd8f62cb4710b56e012ecd361d15d5d662a2"}, ] [package.dependencies] @@ -2858,4 +2858,4 @@ prod = ["boto3", "django-ses", "django-storages", "psycopg2-binary", "zappa"] [metadata] lock-version = "2.0" python-versions = "~3.11" -content-hash = "c048c2e64654337532f9f69fb4ae60a704a4cb636ed02f25c35060e6a5e5bd49" +content-hash = "2fab5d173f160e7f1a84487dc9a36d1405bf3673bed74254657e013da88ae4dd" diff --git a/pyproject.toml b/pyproject.toml index b47eba256..8a1d8648d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,7 @@ psycopg2-binary = { version = "~2.9", optional = true } # Testing pytest = "~7.4" pytest-cov = "~4.1" -pytest-django = "~4.6" +pytest-django = "~4.7" pytest-xdist = "~3.4" freezegun = "~1.2" tox = "~4.11"