diff --git a/poetry.lock b/poetry.lock index 41f13a6..92e59ab 100644 --- a/poetry.lock +++ b/poetry.lock @@ -968,7 +968,7 @@ testing = ["fields", "hunter", "process-tests", "six", "pytest-xdist", "virtuale [[package]] name = "pytest-django" -version = "4.5.1" +version = "4.5.2" description = "A Django plugin for pytest." category = "dev" optional = false @@ -1399,7 +1399,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=1.2.3)", "pytest-flake8", "pyt [metadata] lock-version = "1.1" python-versions = "^3.6.2" -content-hash = "738f4747d33b9d6a5e4f51ed54044183e03cbac4d683a00bf007cba9c6b1614e" +content-hash = "d70a94d973dd68022058aaec1ca61835e770022e672c79d63478e226481149fa" [metadata.files] aiocontextvars = [ @@ -1890,8 +1890,8 @@ pytest-cov = [ {file = "pytest_cov-3.0.0-py3-none-any.whl", hash = "sha256:578d5d15ac4a25e5f961c938b85a05b09fdaae9deef3bb6de9a6e766622ca7a6"}, ] pytest-django = [ - {file = "pytest-django-4.5.1.tar.gz", hash = "sha256:01fe1242e706375d7c942d206a30826bd9c0dffde99bfac627050cdc91f0d792"}, - {file = "pytest_django-4.5.1-py3-none-any.whl", hash = "sha256:13a956a0016cd37f889d5d3a8a36c0c90da44d6fdc7704e4e13f08d2f76f78f7"}, + {file = "pytest-django-4.5.2.tar.gz", hash = "sha256:d9076f759bb7c36939dbdd5ae6633c18edfc2902d1a69fdbefd2426b970ce6c2"}, + {file = "pytest_django-4.5.2-py3-none-any.whl", hash = "sha256:c60834861933773109334fe5a53e83d1ef4828f2203a1d6a0fa9972f4f75ab3e"}, ] pytest-pythonpath = [ {file = "pytest-pythonpath-0.7.3.tar.gz", hash = "sha256:63fc546ace7d2c845c1ee289e8f7a6362c2b6bae497d10c716e58e253e801d62"}, diff --git a/pyproject.toml b/pyproject.toml index ab2ecb4..8fc0a3a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -79,5 +79,5 @@ doc8 = "^0.10" m2r2 = "^0.3" tomlkit = "^0.7" pytest-pythonpath = "^0.7.3" -pytest-django = "^4.5.1" +pytest-django = "^4.5.2" black = "^21.12b0"