From 48f10fd6a694ef41b6d38547fc16e1f390f0d330 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Fri, 14 Jun 2019 00:55:50 -0300 Subject: [PATCH] Update psycopg2-binary from 2.8.2 to 2.8.3 --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 629a7a76..b566e8e2 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -25,7 +25,7 @@ django-rest-swagger==2.2.0 # coreapi==2.3.0 # For the persistence stores -psycopg2-binary==2.8.2 +psycopg2-binary==2.8.3 # Unicode slugification unicode-slugify==0.1.3