diff --git a/poetry.lock b/poetry.lock index 816eee5..f82a57b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -612,7 +612,7 @@ testing = ["argcomplete", "hypothesis (>=3.56)", "mock", "nose", "requests", "xm [[package]] name = "pytest-django" -version = "4.0.0" +version = "4.1.0" description = "A Django plugin for pytest." category = "dev" optional = false @@ -996,7 +996,7 @@ testing = ["jaraco.itertools", "func-timeout"] [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "56fb23d5519d88fd32f33fdfafb0ee1ef679a5cb483ddebd1f43847ff63ec647" +content-hash = "ceeaba58c0bb6eb38649f3ca1d764e6a6594122c3c4a114f07066325a8fbe0fa" [metadata.files] alabaster = [ @@ -1295,8 +1295,8 @@ pytest = [ {file = "pytest-6.1.1.tar.gz", hash = "sha256:8f593023c1a0f916110285b6efd7f99db07d59546e3d8c36fc60e2ab05d3be92"}, ] pytest-django = [ - {file = "pytest-django-4.0.0.tar.gz", hash = "sha256:5f964ccda1f551e00589ab0679a7c45c36c509a44b5bfb5ad07954e0ae3f4bed"}, - {file = "pytest_django-4.0.0-py2.py3-none-any.whl", hash = "sha256:0e91003fdd41ac0322c1978682be2ca180bc564203dd53c698f99242bf513614"}, + {file = "pytest-django-4.1.0.tar.gz", hash = "sha256:26f02c16d36fd4c8672390deebe3413678d89f30720c16efb8b2a6bf63b9041f"}, + {file = "pytest_django-4.1.0-py3-none-any.whl", hash = "sha256:10e384e6b8912ded92db64c58be8139d9ae23fb8361e5fc139d8e4f8fc601bc2"}, ] pytz = [ {file = "pytz-2020.1-py2.py3-none-any.whl", hash = "sha256:a494d53b6d39c3c6e44c3bec237336e14305e4f29bbf800b599253057fbb79ed"}, diff --git a/pyproject.toml b/pyproject.toml index 8293e14..b206f6c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ mypy = "^0.790" reorder-python-imports = "^2.3.5" pre-commit = "^2.7.1" coverage = {extras = ["toml"], version = "^5.3"} -pytest-django = "^4.0.0" +pytest-django = "^4.1.0" pygments = "^2.7.1" xdoctest = "^0.15.0" sphinx = "^3.2.1"