From 10f38fce37d6cf3c5a3ea72013dcab369645f466 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Thu, 21 Jul 2016 03:44:37 -0700 Subject: [PATCH] [requires.io] dependency update --- {{cookiecutter.project_slug}}/requirements/production.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/{{cookiecutter.project_slug}}/requirements/production.txt b/{{cookiecutter.project_slug}}/requirements/production.txt index 2db9d2678..f1c0679d6 100644 --- a/{{cookiecutter.project_slug}}/requirements/production.txt +++ b/{{cookiecutter.project_slug}}/requirements/production.txt @@ -6,7 +6,7 @@ # Python-PostgreSQL Database Adapter # If using Win for dev, this assumes Unix in prod # ------------------------------------------------ -psycopg2==2.6.1 +psycopg2==2.6.2 {%- endif %} # WSGI Handler @@ -16,7 +16,7 @@ gunicorn==19.6.0 # Static and Media Storage # ------------------------------------------------ -boto==2.40.0 +boto==2.42.0 django-storages-redux==1.3.2 {% if cookiecutter.use_whitenoise != 'y' -%} Collectfast==0.2.3 @@ -24,7 +24,7 @@ Collectfast==0.2.3 # Email backends for Mailgun, Postmark, SendGrid and more # ------------------------------------------------------- -django-anymail==0.3.1 +django-anymail==0.4.2 {% if cookiecutter.use_sentry_for_error_reporting == "y" -%} # Raven is the Sentry client