From 41a61e3cc9807dcd1039bac98867ff2dfeaf4367 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Fri, 15 Dec 2017 15:25:23 -0800 Subject: [PATCH] Update django-test-plus from 1.0.20 to 1.0.21 --- {{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 5c60fe8b7..31ab8ff19 100644 --- a/{{cookiecutter.project_slug}}/requirements/test.txt +++ b/{{cookiecutter.project_slug}}/requirements/test.txt @@ -9,7 +9,7 @@ psycopg2==2.7.3.2 coverage==4.4.2 flake8==3.5.0 # pyup: != 2.6.0 -django-test-plus==1.0.20 +django-test-plus==1.0.21 factory-boy==2.9.2 django-coverage-plugin==1.5.0