From f823f4ae94d3d351a543164922e82bf6cd30d7c5 Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Tue, 18 Oct 2016 21:47:31 +0200 Subject: [PATCH] Update boto from 2.42.0 to 2.43.0 (#854) --- {{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 827f3eeb..16be10e1 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