From 531f19553b8d6fa40692c5481612c6bda1b7156c Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 24 Oct 2017 13:13:08 -0700 Subject: [PATCH] Update psycopg2 from 2.7.3.1 to 2.7.3.2 --- {{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 751236f4..532b6ac3 100644 --- a/{{cookiecutter.project_slug}}/requirements/production.txt +++ b/{{cookiecutter.project_slug}}/requirements/production.txt @@ -6,7 +6,7 @@ # Python-PostgreSQL Database Adapter # Assuming Windows is used locally, and *nix -- in production. # ------------------------------------------------------------ -psycopg2==2.7.3.1 +psycopg2==2.7.3.2 {%- endif %} # WSGI Handler