From 850864371f7e5310f41106222ea00c2729046c42 Mon Sep 17 00:00:00 2001
From: pyup-bot <github-bot@pyup.io>
Date: Sun, 17 Jun 2018 20:06:29 -0400
Subject: [PATCH] Update psycopg2 from 2.7.4 to 2.7.5

---
 {{cookiecutter.app_name}}/requirements/prod.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/{{cookiecutter.app_name}}/requirements/prod.txt b/{{cookiecutter.app_name}}/requirements/prod.txt
index 92590afa..eeb7cbe9 100644
--- a/{{cookiecutter.app_name}}/requirements/prod.txt
+++ b/{{cookiecutter.app_name}}/requirements/prod.txt
@@ -10,7 +10,7 @@ click>=5.0
 
 # Database
 Flask-SQLAlchemy==2.3.2
-psycopg2==2.7.4
+psycopg2==2.7.5
 SQLAlchemy==1.2.8
 
 # Migrations
-- 
GitLab