From 96ee9ccbc4fe2e30992a9dde3453cca993f8ae1e Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 31 Jan 2017 13:34:02 -0800 Subject: [PATCH] Update django-test-plus from 1.0.16 to 1.0.17 --- {{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 cf409547b..5c46d1282 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.3.4 flake8==3.2.1 # pyup: != 2.6.0 -django-test-plus==1.0.16 +django-test-plus==1.0.17 factory-boy==2.8.1 # pytest