From 08b5299d838f53747ccc2e41332363088e98b996 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Mon, 18 Jul 2016 17:26:30 -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..c025c941f 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.41.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