From 0a98d822586298b6fda5ef024edf4b59efe66543 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Fri, 13 Jan 2017 19:19:46 +0100 Subject: [PATCH] Update django-storages from 1.5.1 to 1.5.2 --- requirements/production.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/production.txt b/requirements/production.txt index 3de2d51..7c8da3d 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -12,7 +12,7 @@ gunicorn==19.6.0 # Static and Media Storage # ------------------------------------------------ boto3==1.4.3 -django-storages==1.5.1 +django-storages==1.5.2 Collectfast==0.5.1 # Email backends for Mailgun, Postmark, SendGrid and more