From 228e2e42cc718a5e23949c56f4f612b9b0b52a24 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 8 Feb 2018 12:09:13 -0800 Subject: [PATCH] Update psycopg2 from 2.7.3.2 to 2.7.4 --- {{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 001937eb4..277134769 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.2 +psycopg2==2.7.4 {%- endif %} # WSGI Handler