eb55da0081
This patch updates all the roles to the latest available SHA's, updates all the OpenStack Service SHA's and also updates the appropriate python requirements pins. Depends-On: I8a3fdd7f7cf64f12de306150740dd1da104d72e3 Change-Id: Ic9382007d6c34eea5340e865c720139921d37907
20 lines
604 B
Plaintext
20 lines
604 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!
|
|
#
|
|
|
|
# TODO(odyssey4me) Remove once https://review.openstack.org/368001
|
|
# merges and we bump the requirements SHA
|
|
oslo.db==4.13.3
|
|
|
|
###
|
|
### These are pinned to ensure exactly the same behaviour forever! ###
|
|
### These pins are updated through the sources-branch-updater script ###
|
|
###
|
|
pip==8.1.2
|
|
setuptools==27.1.2
|
|
wheel==0.29.0
|