From 5b74bd3557c68ccc4a2764836e8a90875f371a3a Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 21 Nov 2016 05:36:41 -0800 Subject: [PATCH] Update pytest-django from 3.0.0 to 3.1.0 --- {{cookiecutter.project_slug}}/requirements/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/requirements/test.txt b/{{cookiecutter.project_slug}}/requirements/test.txt index 855aef3a0..bc4f68be3 100644 --- a/{{cookiecutter.project_slug}}/requirements/test.txt +++ b/{{cookiecutter.project_slug}}/requirements/test.txt @@ -13,5 +13,5 @@ django-test-plus==1.0.16 factory_boy==2.7.0 # pytest -pytest-django==3.0.0 +pytest-django==3.1.0 pytest-sugar==0.7.1