From 6df8ef51274fc22ee20a8d8ed85818227b0ff31f Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 13 Mar 2017 06:07:46 -0700 Subject: [PATCH] Update psycopg2 from 2.7 to 2.7.1 --- {{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 9a860f877..65c3f26cc 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 +psycopg2==2.7.1 {%- endif %} # WSGI Handler