From b5579500af99da46ebfc7af2f13b7474b971416c Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 5 May 2019 21:16:58 +0100 Subject: [PATCH 1/2] Update django-test-plus from 1.0.22 to 1.2.0 --- requirements/local.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/local.txt b/requirements/local.txt index 2d06811..dd38396 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.2.0 factory-boy==2.8.1 django-debug-toolbar==1.8 From 93c358ea2afe781556da22687d95cbc24c026062 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 5 May 2019 21:16:59 +0100 Subject: [PATCH 2/2] Update django-test-plus from 1.0.22 to 1.2.0 --- requirements/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/test.txt b/requirements/test.txt index 097a171..6c3d52d 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.2.0 factory-boy==2.8.1 # pytest