From b28fe19f3ab332f66a7d7abe2009fdfd009b8e35 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Wed, 28 Sep 2016 21:32:54 -0700 Subject: [PATCH] Update pytest-django from 2.9.1 to 3.0.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 b607cbc5..42ed08c5 100644 --- a/{{cookiecutter.project_slug}}/requirements/test.txt +++ b/{{cookiecutter.project_slug}}/requirements/test.txt @@ -13,5 +13,5 @@ django-test-plus==1.0.15 factory_boy==2.7.0 # pytest -pytest-django==2.9.1 +pytest-django==3.0.0 pytest-sugar==0.7.1