From cd486ba0b20e95a63470c45cdbf064735289b020 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 2 Jul 2018 15:10:08 +0100 Subject: [PATCH 1/2] Update django-test-plus from 1.0.22 to 1.1.1 --- requirements/local.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/local.txt b/requirements/local.txt index 2d06811..fd04d4f 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -7,7 +7,7 @@ django-coverage-plugin==1.5.0 Sphinx==1.6.1 django-extensions==1.9.9 Werkzeug==0.12.2 -django-test-plus==1.0.22 +django-test-plus==1.1.1 factory-boy==2.8.1 django-debug-toolbar==1.8 From db4a020cb7c1b76d53ecb8d00e31a6dca8994433 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 2 Jul 2018 15:10:11 +0100 Subject: [PATCH 2/2] Update django-test-plus from 1.0.22 to 1.1.1 --- requirements/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/test.txt b/requirements/test.txt index 097a171..54bceb4 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -5,7 +5,7 @@ coverage==4.5.1 flake8==3.3.0 # pyup: != 2.6.0 -django-test-plus==1.0.22 +django-test-plus==1.1.1 factory-boy==2.8.1 # pytest