From c6c419504a672342170f6db0d6d8b4a9d2d9430d Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Fri, 4 Aug 2017 00:58:15 +0300 Subject: [PATCH 1/2] Update factory-boy from 2.8.1 to 2.9.2 --- app/requirements/local.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements/local.txt b/app/requirements/local.txt index 8093d77..b344500 100644 --- a/app/requirements/local.txt +++ b/app/requirements/local.txt @@ -8,7 +8,7 @@ Sphinx==1.5.3 django-extensions==1.7.7 Werkzeug==0.11.15 django-test-plus==1.0.17 -factory-boy==2.8.1 +factory-boy==2.9.2 django-debug-toolbar==1.6 From ff5acbcc82a1b32f4a7bc359473bbf65ac6c80d5 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Fri, 4 Aug 2017 00:58:16 +0300 Subject: [PATCH 2/2] Update factory-boy from 2.8.1 to 2.9.2 --- app/requirements/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements/test.txt b/app/requirements/test.txt index 76f7840..bc077d7 100644 --- a/app/requirements/test.txt +++ b/app/requirements/test.txt @@ -6,7 +6,7 @@ coverage==4.3.4 flake8==3.3.0 # pyup: != 2.6.0 django-test-plus==1.0.17 -factory-boy==2.8.1 +factory-boy==2.9.2 # pytest pytest-django==3.1.2