From 89fdcf7559f87086ef17e82b22839703253d9f54 Mon Sep 17 00:00:00 2001 From: zhurong Date: Mon, 25 Mar 2019 17:07:49 +0800 Subject: [PATCH] Bump psycopg lower-constraint to 2.7 Earlier versions don't work with postgresql 10, which is now showing up in distros. Change-Id: I823a8575f31c060e4c0f7614e76a5e751fb9ccf4 (cherry picked from commit da016e903fa5f1128acb144163b37ea14df2d486) --- lower-constraints.txt | 2 +- test-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lower-constraints.txt b/lower-constraints.txt index 4f2c91d86..b1640a347 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -91,7 +91,7 @@ pika==0.10.0 ply==3.11 prettytable==0.7.2 psutil==3.2.2 -psycopg2==2.6.2 +psycopg2==2.7.0 pycadf==2.7.0 pycparser==2.18 pyflakes==0.8.1 diff --git a/test-requirements.txt b/test-requirements.txt index 14c0c02aa..26b3e09b0 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -21,4 +21,4 @@ bandit>=1.1.0 # Apache-2.0 # Some of the tests use real MySQL and Postgres databases PyMySQL>=0.7.6 # MIT License -psycopg2>=2.6.2 # LGPL/ZPL +psycopg2>=2.7.0 # LGPL/ZPL