From 0d2f8fcfd9ce7e861cdf45e16c0f2fcee0de2cd8 Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Sat, 5 May 2018 21:18:56 +0200 Subject: [PATCH] Update factory-boy from 2.11.0 to 2.11.1 (#1635) --- {{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 7bdc013a..958dba1b 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.11.0 # https://github.com/FactoryBoy/factory_boy +factory-boy==2.11.1 # 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