From 932e8efdb65e0ec7c13f535cbc2cc25c82b4a043 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Tue, 19 Jul 2016 15:34:15 -0700 Subject: [PATCH] [requires.io] dependency update --- {{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 c025c941f..f1c0679d6 100644 --- a/{{cookiecutter.project_slug}}/requirements/production.txt +++ b/{{cookiecutter.project_slug}}/requirements/production.txt @@ -16,7 +16,7 @@ gunicorn==19.6.0 # Static and Media Storage # ------------------------------------------------ -boto==2.41.0 +boto==2.42.0 django-storages-redux==1.3.2 {% if cookiecutter.use_whitenoise != 'y' -%} Collectfast==0.2.3