From 57410882ae01a2bf0f5943cf70d1f9a845b52e7f Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Sun, 9 Jul 2017 14:36:22 +0200 Subject: [PATCH] Update boto from 2.47.0 to 2.48.0 (#1220) --- {{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 04547718..fca70d10 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