From 21c12cbf87f533e5ef2c6c4a04c51f92b43900d0 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Wed, 2 Nov 2016 09:20:39 -0700 Subject: [PATCH] Update collectfast from 0.2.3 to 0.3.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 4c94e3c41..5d1412626 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.43.0 django-storages-redux==1.3.2 {% if cookiecutter.use_whitenoise != 'y' -%} -Collectfast==0.2.3 +Collectfast==0.3.0 {%- endif %} # Email backends for Mailgun, Postmark, SendGrid and more