From b6bf40e973aa74b7f8077ef4d7989343e8ee82bb Mon Sep 17 00:00:00 2001 From: Audrey Roy Greenfeld Date: Fri, 29 Apr 2016 13:55:29 -0700 Subject: [PATCH] Update to latest boto in prod --- {{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 35f80ee8..d33f4232 100644 --- a/{{cookiecutter.project_slug}}/requirements/production.txt +++ b/{{cookiecutter.project_slug}}/requirements/production.txt @@ -16,7 +16,7 @@ gunicorn==19.4.5 # Static and Media Storage # ------------------------------------------------ -boto==2.39.0 +boto==2.40.0 django-storages-redux==1.3.2 {% if cookiecutter.use_whitenoise != 'y' -%} Collectfast==0.2.3