Bump pbr==3.1.1 in lower constraints

Currently tox -e lower-constraints job is failing as pbr=2.0.0
is quite old, let's move to higher version and let's make the
job happy.

Change-Id: I3066d0194a4b5f2ea221d88c180d9273a72ee9c8
Signed-off-by: Chandan Kumar (raukadah) <chkumar@redhat.com>
This commit is contained in:
Chandan Kumar (raukadah) 2020-02-12 18:02:08 +05:30 committed by Cédric Jeanneret
parent f1963a4e83
commit 4b15671db1
2 changed files with 2 additions and 2 deletions

View File

@ -68,7 +68,7 @@ oslotest==3.2.0
packaging==17.1 packaging==17.1
paramiko==2.4.1 paramiko==2.4.1
passlib==1.7.1 passlib==1.7.1
pbr==2.0.0 pbr==3.1.1
pep8==1.5.7 pep8==1.5.7
prettytable==0.7.2 prettytable==0.7.2
pyasn1==0.4.2 pyasn1==0.4.2

View File

@ -2,7 +2,7 @@
# 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>=3.1.1 # Apache-2.0
oslo.config>=5.2.0 # Apache-2.0 oslo.config>=5.2.0 # Apache-2.0
keystoneauth1>=3.12.0 # Apache-2.0 keystoneauth1>=3.12.0 # Apache-2.0
python-novaclient>=15.0.0 # Apache-2.0 python-novaclient>=15.0.0 # Apache-2.0