From 1d13b1915d9716372889b635c1d9df73e724c943 Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Thu, 20 Oct 2016 17:08:43 +0200 Subject: [PATCH] Update django-test-plus to 1.0.16 (#858) * Update django-test-plus from 1.0.15 to 1.0.16 * Update django-test-plus from 1.0.15 to 1.0.16 --- {{cookiecutter.project_slug}}/requirements/local.txt | 2 +- {{cookiecutter.project_slug}}/requirements/test.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/{{cookiecutter.project_slug}}/requirements/local.txt b/{{cookiecutter.project_slug}}/requirements/local.txt index e563cb30..812a01e8 100644 --- a/{{cookiecutter.project_slug}}/requirements/local.txt +++ b/{{cookiecutter.project_slug}}/requirements/local.txt @@ -5,7 +5,7 @@ django-coverage-plugin==1.3.1 Sphinx==1.4.8 django-extensions==1.7.4 Werkzeug==0.11.11 -django-test-plus==1.0.15 +django-test-plus==1.0.16 factory_boy==2.7.0 django-debug-toolbar==1.6 diff --git a/{{cookiecutter.project_slug}}/requirements/test.txt b/{{cookiecutter.project_slug}}/requirements/test.txt index 42ed08c5..5578aaca 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