From ec7051dcb4436a3bcf8a3aa86a26f99de5324930 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 17 Oct 2016 14:52:13 -0700 Subject: [PATCH] Update boto from 2.42.0 to 2.43.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 827f3eeb8..16be10e1f 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.42.0 +boto==2.43.0 django-storages-redux==1.3.2 {% if cookiecutter.use_whitenoise != 'y' -%} Collectfast==0.2.3