From 7a6e57fe85562642f41f6a3597bda167870ffd62 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 13 Mar 2017 12:47:51 +0000 Subject: [PATCH] Update psycopg2 from 2.6.2 to 2.7.1 --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 0ce8289..9b4c265 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -29,7 +29,7 @@ django-allauth==0.31.0 # Python-PostgreSQL Database Adapter -psycopg2==2.6.2 +psycopg2==2.7.1 # Unicode slugification awesome-slugify==1.6.5