From f02bdef6eda3e9d98e7b3f04819b502368ba104b Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Wed, 19 Oct 2016 08:57:01 -0700 Subject: [PATCH] Update django-test-plus from 1.0.15 to 1.0.16 --- {{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 42ed08c56..5578aaca8 100644 --- a/{{cookiecutter.project_slug}}/requirements/test.txt +++ b/{{cookiecutter.project_slug}}/requirements/test.txt @@ -9,7 +9,7 @@ psycopg2==2.6.2 coverage==4.2 flake8==3.0.4 # pyup: != 2.6.0 -django-test-plus==1.0.15 +django-test-plus==1.0.16 factory_boy==2.7.0 # pytest