Bump pbr version to 4.0.0

"tox-lower-constrains" tests are failing because of some old
dependencies in lowest "pbr" version (2.0.0). Those dependencies
were removed in [1]. pbr==4.0.0 contains this commit.

[1] 32c90ba598

Change-Id: I7551644ccf65fae19b34eee49151fdafacf29843
Closes-Bug: #1817541
This commit is contained in:
Rodolfo Alonso Hernandez 2019-02-25 11:45:38 +00:00
parent 5323e9549d
commit c6ae4fb8a2
2 changed files with 2 additions and 2 deletions

View File

@ -89,7 +89,7 @@ ovs==2.8.0
ovsdbapp==0.9.1
Paste==2.0.2
PasteDeploy==1.5.0
pbr==2.0.0
pbr==4.0.0
pecan==1.3.2
pep8==1.5.7
pika-pool==0.1.3

View File

@ -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
Paste>=2.0.2 # MIT
PasteDeploy>=1.5.0 # MIT