From a542a7e51c3a737cf69306567139b6e51e6d6110 Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Mon, 9 Jan 2017 10:31:21 +0100 Subject: [PATCH] Update collectfast from 0.4.1 to 0.5.0 (#981) --- {{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 f0d81fc3..c47cae2a 100644 --- a/{{cookiecutter.project_slug}}/requirements/production.txt +++ b/{{cookiecutter.project_slug}}/requirements/production.txt @@ -19,7 +19,7 @@ gunicorn==19.6.0 boto==2.45.0 django-storages-redux==1.3.2 {% if cookiecutter.use_whitenoise != 'y' -%} -Collectfast==0.4.1 +Collectfast==0.5.0 {%- endif %} # Email backends for Mailgun, Postmark, SendGrid and more