diff --git a/{{cookiecutter.project_slug}}/requirements/production.txt b/{{cookiecutter.project_slug}}/requirements/production.txt index 4d56f27f9..045477180 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 %}