From 3eca4def3651d64485c16cb3a341502db7223353 Mon Sep 17 00:00:00 2001 From: Boden R Date: Wed, 13 Mar 2019 13:41:45 -0600 Subject: [PATCH] update constraints in prep for stein This patch updates a few dependencies/constraints in prep for the stein release. Change-Id: Id301730ed803568c105f5da36908c9a875a0da5b --- lower-constraints.txt | 7 +++---- requirements.txt | 2 +- test-requirements.txt | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/lower-constraints.txt b/lower-constraints.txt index 37ec067c55..69d5c26b35 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -67,7 +67,7 @@ oslo.log==3.36.0 oslo.messaging==5.29.0 oslo.middleware==3.31.0 oslo.policy==1.30.0 -oslo.privsep==1.29.0 +oslo.privsep==1.32.0 oslo.reports==1.18.0 oslo.rootwrap==5.8.0 oslo.serialization==2.18.0 @@ -82,7 +82,7 @@ ovsdbapp==0.10.0 paramiko==2.0.0 Paste==2.0.2 PasteDeploy==1.5.0 -pbr==2.0.0 +pbr==4.0.0 pep8==1.5.7 pika==0.10.0 pika-pool==0.1.3 @@ -140,8 +140,7 @@ tooz==1.58.0 unittest2==1.1.0 urllib3==1.21.1 vine==1.1.4 -vmware-nsxlib==13.0.0 +vmware-nsxlib==13.1.0 waitress==1.1.0 -WebOb==1.7.1 WebTest==2.0.27 wrapt==1.7.0 diff --git a/requirements.txt b/requirements.txt index 2819771c3a..54b093ed73 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ # 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 # 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 httplib2>=0.9.1 # MIT diff --git a/test-requirements.txt b/test-requirements.txt index 6805d01427..3920204442 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -12,7 +12,7 @@ mock>=2.0.0 # BSD psycopg2>=2.7 # LGPL/ZPL PyMySQL>=0.7.6 # MIT License 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 testrepository>=0.0.18 # Apache-2.0/BSD testresources>=2.0.0 # Apache-2.0/BSD