From 0d1ced03ec0a0e5af1052b30e5a5cef9ddb1d374 Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Wed, 13 Dec 2017 14:06:09 +0100 Subject: [PATCH] Update collectfast from 0.5.2 to 0.6.0 (#1401) --- {{cookiecutter.project_slug}}/requirements/production.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/requirements/production.txt b/{{cookiecutter.project_slug}}/requirements/production.txt index 7e049554..53822140 100644 --- a/{{cookiecutter.project_slug}}/requirements/production.txt +++ b/{{cookiecutter.project_slug}}/requirements/production.txt @@ -19,7 +19,7 @@ gunicorn==19.7.1 boto3==1.4.8 django-storages==1.6.5 {% if cookiecutter.use_whitenoise != 'y' -%} -Collectfast==0.5.2 +Collectfast==0.6.0 {%- endif %} # Email backends for Mailgun, Postmark, SendGrid and more