diff --git a/poetry.lock b/poetry.lock index 06f60fb..16dc1cc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -663,7 +663,7 @@ testing = ["argcomplete", "hypothesis (>=3.56)", "mock", "nose", "requests", "xm [[package]] name = "pytest-django" -version = "4.5.1" +version = "4.5.2" description = "A Django plugin for pytest." category = "dev" optional = false @@ -1083,7 +1083,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "f48f7264f9b589fc48a7e12fc48c9113b6a3c5b2b6df4208ba889cace838d01a" +content-hash = "936d7d82c092b1aab2b91639bd397530799933ae92e910a063f6b968faf51ded" [metadata.files] alabaster = [ @@ -1446,8 +1446,8 @@ pytest = [ {file = "pytest-6.2.5.tar.gz", hash = "sha256:131b36680866a76e6781d13f101efb86cf674ebb9762eb70d3082b6f29889e89"}, ] 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"}, ] pytz = [ {file = "pytz-2021.3-py2.py3-none-any.whl", hash = "sha256:3672058bc3453457b622aab7a1c3bfd5ab0bdae451512f6cf25f64ed37f5b87c"}, diff --git a/pyproject.toml b/pyproject.toml index d242751..0737bf6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ pytest = "^6.2.5" mypy = "^0.910" reorder-python-imports = "^2.6.0" pre-commit = "^2.16.0" -pytest-django = "^4.5.1" +pytest-django = "^4.5.2" pygments = "^2.10.0" xdoctest = "^0.15.10" sphinx = "^4.3.1"