Update psycopg2 to fix lower constraint issue

Closes-Bug: #1821676
Change-Id: Ic51346e258e9d9f3459654a397f79270a8d62a8d
This commit is contained in:
jessegler 2019-03-21 13:38:11 -05:00
parent 9e8299246b
commit 6ac6774938
2 changed files with 2 additions and 2 deletions

View File

@ -92,7 +92,7 @@ pika-pool==0.1.3
pika==0.10.0
prettytable==0.7.2
psutil==5.4.3
psycopg2==2.6.2
psycopg2==2.7.5
pycadf==2.7.0
pycparser==2.18
pyflakes==0.8.1

View File

@ -7,7 +7,7 @@ hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
coverage!=4.4,>=4.0 # Apache-2.0
python-subunit>=1.0.0 # Apache-2.0/BSD
sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
psycopg2>=2.6.2 # LGPL/ZPL
psycopg2>=2.7.5 # LGPL/ZPL
PyMySQL>=0.7.6 # MIT License
oslosphinx>=4.7.0 # Apache-2.0
oslotest>=3.2.0 # Apache-2.0