From 98fdbab8b9982a8254c16dabc23b97db7aa3af22 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Fri, 8 Dec 2017 06:29:07 -0800 Subject: [PATCH] Update collectfast from 0.5.2 to 0.6.0 --- {{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 4ba9d6e03..cc2e846be 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.7 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