68fa3f4597
This patch updates all the roles to the latest available stable SHA's, copies the release notes from the updated roles into the integrated repo. The OpenStack services SHA's will be manually updated in another patch. Change-Id: I78d85f33926bc979f7d0df0adc8e8245bf1223ad
15 lines
477 B
Plaintext
15 lines
477 B
Plaintext
# This file should only be used to set python package pins that are
|
|
# not present in OpenStack's upper-constraints. Any pins present in
|
|
# this file will override any requirements set in *requirements.txt,
|
|
# upper-constraints and any roles/vars.
|
|
#
|
|
# Use this file with caution!
|
|
#
|
|
###
|
|
### These are pinned to ensure exactly the same behaviour forever! ###
|
|
### These pins are updated through the sources-branch-updater script ###
|
|
###
|
|
pip==9.0.1
|
|
setuptools==38.5.1
|
|
wheel==0.30.0
|