From d5a017be4a7f045e05563aed4ed1daddfd5494c8 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 28 Jan 2018 16:29:52 -0800 Subject: [PATCH] Update factory-boy from 2.9.2 to 2.10.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 01e02c218..6ef082af7 100644 --- a/{{cookiecutter.project_slug}}/requirements/test.txt +++ b/{{cookiecutter.project_slug}}/requirements/test.txt @@ -10,7 +10,7 @@ psycopg2==2.7.3.2 coverage==4.4.2 flake8==3.5.0 # pyup: != 2.6.0 django-test-plus==1.0.22 -factory-boy==2.9.2 +factory-boy==2.10.0 django-coverage-plugin==1.5.0 # pytest