From a2a2a517a1e000faaadb5a41650c34217b970e3f Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Wed, 11 Jan 2017 08:45:17 +0100 Subject: [PATCH] Update collectfast from 0.5.0 to 0.5.1 (#988) --- {{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 c47cae2a..419f335c 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.5.0 +Collectfast==0.5.1 {%- endif %} # Email backends for Mailgun, Postmark, SendGrid and more