From 2631bcde54c65ff2d24e7efef0c2f2e4df5634ef Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 20 Feb 2017 16:38:17 -0800 Subject: [PATCH] Update boto from 2.45.0 to 2.46.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 498a11084..b37e41cd7 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.45.0 +boto==2.46.0 django-storages-redux==1.3.2 {% if cookiecutter.use_whitenoise != 'y' -%} Collectfast==0.5.2