Bump to match latest global requirements

This bumps all reqs to match the latest upstream
from global requirements master.

Change-Id: I26686a7bb73e217d4e1e0502febcfe943e7660ed
This commit is contained in:
Adam Reznechek 2017-03-01 13:44:08 -06:00
parent 7abfd20c90
commit fdac541e70
2 changed files with 4 additions and 4 deletions

View File

@ -2,6 +2,6 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
oslo.log>=3.11.0 # Apache-2.0
pbr>=1.8 # Apache-2.0
pbr>=2.0.0 # Apache-2.0
pypowervm
setuptools!=24.0.0,>=16.0 # PSF/ZPL
setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,>=16.0 # PSF/ZPL

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.
hacking<0.12,>=0.11.0 # Apache-2.0
hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
bashate>=0.2 # Apache-2.0
coverage>=4.0 # Apache-2.0
@ -12,6 +12,6 @@ testscenarios>=0.4 # Apache-2.0/BSD
testtools>=1.4.0 # MIT
oslotest>=1.10.0 # Apache-2.0
os-testr>=0.8.0 # Apache-2.0
sphinx!=1.3b1,<1.4,>=1.2.1 # BSD
sphinx>=1.5.1 # BSD
oslosphinx>=4.7.0 # Apache-2.0
mock>=2.0 # BSD