From 517fa033b85d7b845c866035d822fcad17f1eb0b Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Sun, 16 Apr 2017 22:01:58 +0200 Subject: [PATCH] Update django-test-plus to 1.0.17 (#93) * Update django-test-plus from 1.0.16 to 1.0.17 * Update django-test-plus from 1.0.16 to 1.0.17 --- requirements/local.txt | 2 +- requirements/test.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/local.txt b/requirements/local.txt index 19c7b94..1f13558 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -5,7 +5,7 @@ django-coverage-plugin==1.5.0 Sphinx==1.5.3 django-extensions==1.7.8 Werkzeug==0.12.1 -django-test-plus==1.0.16 +django-test-plus==1.0.17 factory-boy==2.8.1 django-debug-toolbar==1.7 diff --git a/requirements/test.txt b/requirements/test.txt index 294541e..cf99298 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -5,7 +5,7 @@ coverage==4.3.1 flake8==3.3.0 # pyup: != 2.6.0 -django-test-plus==1.0.16 +django-test-plus==1.0.17 factory-boy==2.8.1 # pytest