From f611e255382a248663382d5507772e1fe690588d Mon Sep 17 00:00:00 2001
From: PCoder <purple.coder@yahoo.co.uk>
Date: Fri, 15 Dec 2017 08:46:49 +0100
Subject: [PATCH] Update psycopg2 from 2.6.1 to 2.7.1

     psycopg2-2.6.1 was throwing this error while running automated tests:

     Error: could not determine PostgreSQL version from '10.1'
---
 requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements.txt b/requirements.txt
index 89285c83..2ff887a7 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -67,7 +67,7 @@ lxml==3.6.0
 model-mommy==1.2.6
 phonenumbers==7.4.0
 phonenumberslite==7.4.0
-psycopg2==2.6.1
+psycopg2==2.7.1
 pycryptodome==3.4
 pylibmc==1.5.1
 python-dateutil==2.5.3