diff --git a/poetry.lock b/poetry.lock index 16839619..9501cd81 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2160,20 +2160,20 @@ testing = ["fields", "hunter", "process-tests", "pytest-xdist", "virtualenv"] [[package]] name = "pytest-django" -version = "4.9.0" +version = "4.10.0" description = "A Django plugin for pytest." optional = false python-versions = ">=3.8" files = [ - {file = "pytest_django-4.9.0-py3-none-any.whl", hash = "sha256:1d83692cb39188682dbb419ff0393867e9904094a549a7d38a3154d5731b2b99"}, - {file = "pytest_django-4.9.0.tar.gz", hash = "sha256:8bf7bc358c9ae6f6fc51b6cebb190fe20212196e6807121f11bd6a3b03428314"}, + {file = "pytest_django-4.10.0-py3-none-any.whl", hash = "sha256:57c74ef3aa9d89cae5a5d73fbb69a720a62673ade7ff13b9491872409a3f5918"}, + {file = "pytest_django-4.10.0.tar.gz", hash = "sha256:1091b20ea1491fd04a310fc9aaff4c01b4e8450e3b157687625e16a6b5f3a366"}, ] [package.dependencies] pytest = ">=7.0.0" [package.extras] -docs = ["sphinx", "sphinx-rtd-theme"] +docs = ["sphinx", "sphinx_rtd_theme"] testing = ["Django", "django-configurations (>=2.0)"] [[package]] @@ -3243,4 +3243,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.10.0,<4.0" -content-hash = "31a6414c96116dad72403b387366ec9faf2c314a9220fd900e7be7b720f4a979" +content-hash = "47db157a74de6000be523aabeebdc3e02333fd37829b983894699c0736daa5c0" diff --git a/pyproject.toml b/pyproject.toml index 777f42de..1487c68a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ pre-commit = "4.1.0" pytest = "8.3.4" pytest-celery = "1.1.3" pytest-cov = "6.0.0" -pytest-django = "4.9.0" +pytest-django = "4.10.0" pytest-env = "1.1.5" pytest-factoryboy = "2.7.0" pytest-freezer = "0.4.9"