Merge "Bump psycopg lower-constraint to 2.7"

This commit is contained in:
Zuul 2019-03-26 04:38:12 +00:00 committed by Gerrit Code Review
commit d41844ff6c
2 changed files with 2 additions and 2 deletions

View File

@ -91,7 +91,7 @@ pika==0.10.0
ply==3.11 ply==3.11
prettytable==0.7.2 prettytable==0.7.2
psutil==3.2.2 psutil==3.2.2
psycopg2==2.6.2 psycopg2==2.7.0
pycadf==2.7.0 pycadf==2.7.0
pycparser==2.18 pycparser==2.18
pyflakes==0.8.1 pyflakes==0.8.1

View File

@ -21,4 +21,4 @@ bandit>=1.1.0 # Apache-2.0
# Some of the tests use real MySQL and Postgres databases # Some of the tests use real MySQL and Postgres databases
PyMySQL>=0.7.6 # MIT License PyMySQL>=0.7.6 # MIT License
psycopg2>=2.6.2 # LGPL/ZPL psycopg2>=2.7.0 # LGPL/ZPL