diff --git a/poetry.lock b/poetry.lock index 65df46aea..b63cc4205 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1689,13 +1689,13 @@ testing = ["fields", "hunter", "process-tests", "pytest-xdist", "six", "virtuale [[package]] name = "pytest-django" -version = "4.7.0" +version = "4.8.0" description = "A Django plugin for pytest." optional = false python-versions = ">=3.8" files = [ - {file = "pytest-django-4.7.0.tar.gz", hash = "sha256:92d6fd46b1d79b54fb6b060bbb39428073396cec717d5f2e122a990d4b6aa5e8"}, - {file = "pytest_django-4.7.0-py3-none-any.whl", hash = "sha256:4e1c79d5261ade2dd58d91208017cd8f62cb4710b56e012ecd361d15d5d662a2"}, + {file = "pytest-django-4.8.0.tar.gz", hash = "sha256:5d054fe011c56f3b10f978f41a8efb2e5adfc7e680ef36fb571ada1f24779d90"}, + {file = "pytest_django-4.8.0-py3-none-any.whl", hash = "sha256:ca1ddd1e0e4c227cf9e3e40a6afc6d106b3e70868fd2ac5798a22501271cd0c7"}, ] [package.dependencies] @@ -2450,4 +2450,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.9.13" -content-hash = "963e90b92f77deb1c35e6e5c3a6bdb36c2aece2ed8f24f363a543fd63feb06da" +content-hash = "8a4d9aece4108f780d4eb6235aca4216b4bfcf07570ca232fad9201b4027ea4a" diff --git a/pyproject.toml b/pyproject.toml index d6b558242..469f486d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ pre-commit = "3.5.0" pydocstyle = "6.3.0" pytest = "7.4.4" pytest-cov = "4.1.0" -pytest-django = "4.7.0" +pytest-django = "4.8.0" pytest-env = "1.1.3" pytest-factoryboy = "2.5.1" pytest-freezegun = "0.4.2"