update constraints in prep for stein

This patch updates a few dependencies/constraints in prep for the
stein release.

Change-Id: Id301730ed803568c105f5da36908c9a875a0da5b
This commit is contained in:
Boden R 2019-03-13 13:41:45 -06:00
parent 8426b63a4c
commit 3eca4def36
3 changed files with 5 additions and 6 deletions

View File

@ -67,7 +67,7 @@ oslo.log==3.36.0
oslo.messaging==5.29.0 oslo.messaging==5.29.0
oslo.middleware==3.31.0 oslo.middleware==3.31.0
oslo.policy==1.30.0 oslo.policy==1.30.0
oslo.privsep==1.29.0 oslo.privsep==1.32.0
oslo.reports==1.18.0 oslo.reports==1.18.0
oslo.rootwrap==5.8.0 oslo.rootwrap==5.8.0
oslo.serialization==2.18.0 oslo.serialization==2.18.0
@ -82,7 +82,7 @@ ovsdbapp==0.10.0
paramiko==2.0.0 paramiko==2.0.0
Paste==2.0.2 Paste==2.0.2
PasteDeploy==1.5.0 PasteDeploy==1.5.0
pbr==2.0.0 pbr==4.0.0
pep8==1.5.7 pep8==1.5.7
pika==0.10.0 pika==0.10.0
pika-pool==0.1.3 pika-pool==0.1.3
@ -140,8 +140,7 @@ tooz==1.58.0
unittest2==1.1.0 unittest2==1.1.0
urllib3==1.21.1 urllib3==1.21.1
vine==1.1.4 vine==1.1.4
vmware-nsxlib==13.0.0 vmware-nsxlib==13.1.0
waitress==1.1.0 waitress==1.1.0
WebOb==1.7.1
WebTest==2.0.27 WebTest==2.0.27
wrapt==1.7.0 wrapt==1.7.0

View File

@ -1,7 +1,7 @@
# The order of packages is significant, because pip processes them in the order # The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration # of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later. # process, which may cause wedges in the gate later.
pbr!=2.1.0,>=2.0.0 # Apache-2.0 pbr>=4.0.0 # Apache-2.0
eventlet>=0.24.1 # MIT eventlet>=0.24.1 # MIT
httplib2>=0.9.1 # MIT httplib2>=0.9.1 # MIT

View File

@ -12,7 +12,7 @@ mock>=2.0.0 # BSD
psycopg2>=2.7 # LGPL/ZPL psycopg2>=2.7 # LGPL/ZPL
PyMySQL>=0.7.6 # MIT License PyMySQL>=0.7.6 # MIT License
oslotest>=3.2.0 # Apache-2.0 oslotest>=3.2.0 # Apache-2.0
oslo.privsep>=1.29.0 # Apache-2.0 oslo.privsep>=1.32.0 # Apache-2.0
stestr>=1.0.0 # Apache-2.0 stestr>=1.0.0 # Apache-2.0
testrepository>=0.0.18 # Apache-2.0/BSD testrepository>=0.0.18 # Apache-2.0/BSD
testresources>=2.0.0 # Apache-2.0/BSD testresources>=2.0.0 # Apache-2.0/BSD