diff --git a/{{cookiecutter.app_name}}/Pipfile b/{{cookiecutter.app_name}}/Pipfile index 4a48819..342880c 100644 --- a/{{cookiecutter.app_name}}/Pipfile +++ b/{{cookiecutter.app_name}}/Pipfile @@ -47,7 +47,7 @@ environs = "==4.1.3" # Testing pytest = "==4.5.0" WebTest = "==2.0.33" -factory-boy = "==2.11.*" +factory-boy = "==2.12.*" # Lint and code style flake8 = "==3.7.7"