From ee31df81fa74ea4dc838348f4310bea3d1b768a0 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 18 Aug 2016 14:50:01 -0700 Subject: [PATCH] Update django-test-plus from 1.0.14 to 1.0.15 --- {{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 47d70b48..44fbb5b9 100644 --- a/{{cookiecutter.project_slug}}/requirements/test.txt +++ b/{{cookiecutter.project_slug}}/requirements/test.txt @@ -10,7 +10,7 @@ psycopg2==2.6.2 coverage==4.2 django-coverage-plugin==1.3.1 flake8==3.0.4 # pyup: != 2.6.0 -django-test-plus==1.0.14 +django-test-plus==1.0.15 factory_boy==2.7.0 # pytest