diff --git a/poetry.lock b/poetry.lock index b914e56..3d28037 100644 --- a/poetry.lock +++ b/poetry.lock @@ -793,7 +793,7 @@ description = "A Django plugin for pytest." name = "pytest-django" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" -version = "3.8.0" +version = "3.9.0" [package.dependencies] pytest = ">=3.6" @@ -1112,7 +1112,7 @@ docs = ["sphinx", "jaraco.packaging (>=3.2)", "rst.linker (>=1.9)"] testing = ["jaraco.itertools", "func-timeout"] [metadata] -content-hash = "a0de60cacff51c9e277b53ce82f57e40a397bfc7a44246b57c7e5706825d223d" +content-hash = "81ac1ebbf6525fdfd44e353a53b1f46a813a75425635a66c19f339628c4c8eb9" python-versions = "^3.6" [metadata.files] @@ -1420,8 +1420,8 @@ pytest-cov = [ {file = "pytest_cov-2.8.1-py2.py3-none-any.whl", hash = "sha256:cdbdef4f870408ebdbfeb44e63e07eb18bb4619fae852f6e760645fa36172626"}, ] pytest-django = [ - {file = "pytest-django-3.8.0.tar.gz", hash = "sha256:489b904f695f9fb880ce591cf5a4979880afb467763b1f180c07574554bdfd26"}, - {file = "pytest_django-3.8.0-py2.py3-none-any.whl", hash = "sha256:456fa6854d04ee625d6bbb8b38ca2259e7040a6f93333bfe8bc8159b7e987203"}, + {file = "pytest-django-3.9.0.tar.gz", hash = "sha256:664e5f42242e5e182519388f01b9f25d824a9feb7cd17d8f863c8d776f38baf9"}, + {file = "pytest_django-3.9.0-py2.py3-none-any.whl", hash = "sha256:64f99d565dd9497af412fcab2989fe40982c1282d4118ff422b407f3f7275ca5"}, ] pytest-pythonpath = [ {file = "pytest-pythonpath-0.7.3.tar.gz", hash = "sha256:63fc546ace7d2c845c1ee289e8f7a6362c2b6bae497d10c716e58e253e801d62"}, diff --git a/pyproject.toml b/pyproject.toml index 1525a46..06b2931 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,5 +69,5 @@ safety = "^1.8" pytest = "^5.4" pytest-cov = "^2.7" pytest-randomly = "^3.2" -pytest-django = "^3.8" +pytest-django = "^3.9" pytest-pythonpath = "^0.7.3"