From 5012645c4f71e67f63753ed1e5f7f051ddccdd6e Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Wed, 23 Aug 2017 21:49:16 -0400 Subject: [PATCH] Update factory-boy from 2.8.1 to 2.9.2 --- {{cookiecutter.app_name}}/requirements/dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.app_name}}/requirements/dev.txt b/{{cookiecutter.app_name}}/requirements/dev.txt index 18dea4f..e223c73 100644 --- a/{{cookiecutter.app_name}}/requirements/dev.txt +++ b/{{cookiecutter.app_name}}/requirements/dev.txt @@ -4,7 +4,7 @@ # Testing pytest==3.1.3 WebTest==2.0.28 -factory-boy==2.8.1 +factory-boy==2.9.2 # Lint and code style flake8==3.4.1