From 6eb210e11b0404752b455a89f6e1d15a36359e44 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 17 Oct 2019 05:47:16 +0300 Subject: [PATCH] Update pytest-django from 3.5.1 to 3.6.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1842a45..5e4c93c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,6 +5,6 @@ mypy==0.740; python_version < '3.8' and python_implementation != 'PyPy' prospector==1.1.6.2 ; python_version < '3.8' and python_implementation != 'PyPy' pytest==5.2.1 pytest-cov==2.8.1 -pytest-django==3.5.1 +pytest-django==3.6.0 sphinx_rtd_theme==0.4.3 tox==3.14.0