From 44aff9393367bd7429e259057dab20eeb86fe11e Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Tue, 27 Jun 2017 22:44:33 +0200 Subject: [PATCH] Update django-storages-redux from 1.3.2 to 1.3.3 (#1210) --- {{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 4d56f27f..04547718 100644 --- a/{{cookiecutter.project_slug}}/requirements/production.txt +++ b/{{cookiecutter.project_slug}}/requirements/production.txt @@ -17,7 +17,7 @@ gunicorn==19.7.1 # Static and Media Storage # ------------------------------------------------ boto==2.47.0 -django-storages-redux==1.3.2 +django-storages-redux==1.3.3 {% if cookiecutter.use_whitenoise != 'y' -%} Collectfast==0.5.2 {%- endif %}