From 8203cfe4fc1650d2abe8d600aba7ca87d2c6d160 Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Sat, 5 May 2018 03:06:41 +0200 Subject: [PATCH] Update factory-boy to 2.11.0 (#1632) --- {{cookiecutter.project_slug}}/requirements/local.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/requirements/local.txt b/{{cookiecutter.project_slug}}/requirements/local.txt index e9f057b4..7bdc013a 100644 --- a/{{cookiecutter.project_slug}}/requirements/local.txt +++ b/{{cookiecutter.project_slug}}/requirements/local.txt @@ -21,7 +21,7 @@ coverage==4.5.1 # https://github.com/nedbat/coveragepy # Django # ------------------------------------------------------------------------------ -factory-boy==2.10.0 # https://github.com/FactoryBoy/factory_boy +factory-boy==2.11.0 # https://github.com/FactoryBoy/factory_boy django-test-plus==1.0.22 # https://github.com/revsys/django-test-plus django-debug-toolbar==1.9.1 # https://github.com/jazzband/django-debug-toolbar