Skip to content

Commit f97a33b

Browse files
author
OpenStack Proposal Bot
committed
Updated from global requirements
Change-Id: I28815dc190dba45af060b26eceb660f40bb67772
1 parent 6abd38c commit f97a33b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# The order of packages is significant, because pip processes them in the order
22
# of appearance. Changing the order has an impact on the overall integration
33
# process, which may cause wedges in the gate later.
4-
pbr>=1.8 # Apache-2.0
4+
pbr>=2.0.0 # Apache-2.0
55
six>=1.9.0 # MIT
66

77
Babel>=2.3.4 # BSD

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@
2525
pass
2626

2727
setuptools.setup(
28-
setup_requires=['pbr>=1.8'],
28+
setup_requires=['pbr>=2.0.0'],
2929
pbr=True)

test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ reno>=1.8.0 # Apache-2.0
1212
requests!=2.12.2,!=2.13.0,>=2.10.0 # Apache-2.0
1313
requests-mock>=1.1 # Apache-2.0
1414
sphinx>=1.5.1 # BSD
15-
stevedore>=1.17.1 # Apache-2.0
15+
stevedore>=1.20.0 # Apache-2.0
1616
os-client-config>=1.22.0 # Apache-2.0
1717
os-testr>=0.8.0 # Apache-2.0
1818
testrepository>=0.0.18 # Apache-2.0/BSD

0 commit comments

Comments
 (0)