From 87c71d058dc82dc54a9f7a595d2d9d2da02829af Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 30 Jul 2017 15:48:09 -0700 Subject: [PATCH] Update factory-boy from 2.8.1 to 2.9.0 --- {{cookiecutter.project_slug}}/requirements/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/requirements/test.txt b/{{cookiecutter.project_slug}}/requirements/test.txt index bf7039a47..485f9f702 100644 --- a/{{cookiecutter.project_slug}}/requirements/test.txt +++ b/{{cookiecutter.project_slug}}/requirements/test.txt @@ -10,7 +10,7 @@ psycopg2==2.7.3 coverage==4.4.1 flake8==3.4.1 # pyup: != 2.6.0 django-test-plus==1.0.18 -factory-boy==2.8.1 +factory-boy==2.9.0 # pytest pytest-django==3.1.2