From 4b24962987d9964c3f60e96d5e023188eb017e16 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Fri, 15 Jun 2018 22:40:35 +0100 Subject: [PATCH 1/2] Update django-test-plus from 1.0.22 to 1.1.0 --- requirements/local.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/local.txt b/requirements/local.txt index 2d06811..bde23c4 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.0 factory-boy==2.8.1 django-debug-toolbar==1.8 From 4ca5a05993fefc56eaf3cb3988d96df272e76f3a Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Fri, 15 Jun 2018 22:40:36 +0100 Subject: [PATCH 2/2] Update django-test-plus from 1.0.22 to 1.1.0 --- requirements/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/test.txt b/requirements/test.txt index 097a171..11d316e 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.0 factory-boy==2.8.1 # pytest