From a8a0435a310e5674de7f62d64ec2a8be1ad685b4 Mon Sep 17 00:00:00 2001 From: Teemu Erkkola Date: Fri, 14 Jun 2019 08:36:28 +0300 Subject: [PATCH] Upgrade psycopg2, fixes ckan/ckan#4837 --- CHANGELOG.rst | 2 +- requirements.in | 2 +- requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 08988dbf37d..7a22b12d6aa 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -286,7 +286,7 @@ General notes: This is due to a bug in the psycopg2 version pinned to the release. To solve it, upgrade psycopg2 with the following command:: - pip install --upgrade psycopg2==2.7.3.2 + pip install --upgrade psycopg2==2.8.2 * This release does not require a Solr schema upgrade, but if you are having the issues described in #3863 (datasets wrongly indexed in multilingual setups), diff --git a/requirements.in b/requirements.in index 06653c5502a..e4438afff14 100644 --- a/requirements.in +++ b/requirements.in @@ -13,7 +13,7 @@ passlib==1.6.5 paste==1.7.5.1 PasteScript==2.0.2 polib==1.0.7 -psycopg2==2.7.3.2 +psycopg2==2.8.2 python-magic==0.4.15 pysolr==3.6.0 Pylons==0.9.7 diff --git a/requirements.txt b/requirements.txt index d3e319c0d2d..16473ab99ec 100644 --- a/requirements.txt +++ b/requirements.txt @@ -30,7 +30,7 @@ pastedeploy==2.0.1 # via pastescript, pylons pastescript==2.0.2 pbr==5.2.0 # via sqlalchemy-migrate polib==1.0.7 -psycopg2==2.7.3.2 +psycopg2==2.8.2 pygments==2.3.1 # via weberror pylons==0.9.7 pysolr==3.6.0