diff --git a/poetry.lock b/poetry.lock index 360909026..cda7fd158 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1768,13 +1768,13 @@ testing = ["fields", "hunter", "process-tests", "pytest-xdist", "virtualenv"] [[package]] name = "pytest-django" -version = "4.8.0" +version = "4.9.0" description = "A Django plugin for pytest." optional = false python-versions = ">=3.8" files = [ - {file = "pytest-django-4.8.0.tar.gz", hash = "sha256:5d054fe011c56f3b10f978f41a8efb2e5adfc7e680ef36fb571ada1f24779d90"}, - {file = "pytest_django-4.8.0-py3-none-any.whl", hash = "sha256:ca1ddd1e0e4c227cf9e3e40a6afc6d106b3e70868fd2ac5798a22501271cd0c7"}, + {file = "pytest_django-4.9.0-py3-none-any.whl", hash = "sha256:1d83692cb39188682dbb419ff0393867e9904094a549a7d38a3154d5731b2b99"}, + {file = "pytest_django-4.9.0.tar.gz", hash = "sha256:8bf7bc358c9ae6f6fc51b6cebb190fe20212196e6807121f11bd6a3b03428314"}, ] [package.dependencies] @@ -2590,4 +2590,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.9.13" -content-hash = "87744186d08f2e21c1dd12aa8e1cf060669c05bc283fd3774df6a8983eb81471" +content-hash = "4edffb3c80a5ee357da5148693543a3d5f019e3f0b341d6ffa614dff65791b87" diff --git a/pyproject.toml b/pyproject.toml index e01404008..fca1f2257 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ pre-commit = "3.8.0" pydocstyle = "6.3.0" pytest = "8.3.2" pytest-cov = "5.0.0" -pytest-django = "4.8.0" +pytest-django = "4.9.0" pytest-env = "1.1.3" pytest-factoryboy = "2.7.0" pytest-freezer= "0.4.8"