diff --git a/poetry.lock b/poetry.lock index c8ac191..caa3485 100644 --- a/poetry.lock +++ b/poetry.lock @@ -896,7 +896,7 @@ testing = ["fields", "hunter", "process-tests (==2.0.2)", "six", "pytest-xdist", [[package]] name = "pytest-django" -version = "4.1.0" +version = "4.3.0" description = "A Django plugin for pytest." category = "dev" optional = false @@ -1162,7 +1162,7 @@ typing_extensions = ">=3.6,<4.0" [metadata] lock-version = "1.1" python-versions = "~3.8" -content-hash = "032460ab42fcbe800e8e60ea75fc060972346f8faa8c2bb930a725fb693d1a19" +content-hash = "fc6b9a6325964fced693fad48c5dc8be37ad89d127fd61ab863cc00dbd07d1d1" [metadata.files] amqp = [ @@ -1544,8 +1544,8 @@ pytest-cov = [ {file = "pytest_cov-2.11.1-py2.py3-none-any.whl", hash = "sha256:bdb9fdb0b85a7cc825269a4c56b48ccaa5c7e365054b6038772c32ddcdc969da"}, ] pytest-django = [ - {file = "pytest-django-4.1.0.tar.gz", hash = "sha256:26f02c16d36fd4c8672390deebe3413678d89f30720c16efb8b2a6bf63b9041f"}, - {file = "pytest_django-4.1.0-py3-none-any.whl", hash = "sha256:10e384e6b8912ded92db64c58be8139d9ae23fb8361e5fc139d8e4f8fc601bc2"}, + {file = "pytest-django-4.3.0.tar.gz", hash = "sha256:d1c6758a592fb0ef8abaa2fe12dd28858c1dcfc3d466102ffe52aa8934733dca"}, + {file = "pytest_django-4.3.0-py3-none-any.whl", hash = "sha256:f96c4556f4e7b15d987dd1dcc1d1526df81d40c1548d31ce840d597ed2be8c46"}, ] pytest-freezegun = [ {file = "pytest-freezegun-0.4.2.zip", hash = "sha256:19c82d5633751bf3ec92caa481fb5cffaac1787bd485f0df6436fd6242176949"}, diff --git a/pyproject.toml b/pyproject.toml index 7dd5e1d..ab1c6be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ requests = "^2.25.1" [tool.poetry.dev-dependencies] pytest = "~6.2" -pytest-django = "~4.1.0" +pytest-django = "~4.3.0" pytest-cov = "~2.11.1" pytest-freezegun = "^0.4.2" wemake-python-styleguide = "~0.14.1"