From e5801cafe538b4f7e2e91145d6e6cdfc223668c9 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 6 Jul 2017 11:11:03 -0700 Subject: [PATCH] Update boto from 2.47.0 to 2.48.0 --- {{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 045477180..fca70d106 100644 --- a/{{cookiecutter.project_slug}}/requirements/production.txt +++ b/{{cookiecutter.project_slug}}/requirements/production.txt @@ -16,7 +16,7 @@ gunicorn==19.7.1 # Static and Media Storage # ------------------------------------------------ -boto==2.47.0 +boto==2.48.0 django-storages-redux==1.3.3 {% if cookiecutter.use_whitenoise != 'y' -%} Collectfast==0.5.2