From 890c7cbf4b59f4e722502ea30e647ed1ac91ba39 Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Fri, 26 May 2017 22:22:55 +0200 Subject: [PATCH] Update boto from 2.46.1 to 2.47.0 (#1179) --- {{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 29753581..ec7e9733 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.46.1 +boto==2.47.0 django-storages-redux==1.3.2 {% if cookiecutter.use_whitenoise != 'y' -%} Collectfast==0.5.2