From 90b682b20a968a985c5eab5d0e6a2d21fa7bb76f Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sat, 5 May 2018 09:42:08 -0700 Subject: [PATCH] Update factory-boy from 2.11.0 to 2.11.1 --- {{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 7bdc013ab..958dba1bd 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