From 1bdf6ec333e9cfe343e3ca176cbd89f76fdb8c4b Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 24 Jul 2017 11:47:58 -0700 Subject: [PATCH] Update psycopg2 from 2.7.2 to 2.7.3 --- {{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 c6ee19f36..59ad52efc 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.7.2 +psycopg2==2.7.3 {%- endif %} # WSGI Handler