30a7c4699b
This PS updates openstack modules versions to Antelope 2023.1, ceph utilities version to Reef 18.2.1 and kubectl to 1.29.2 Change-Id: Ic8f5c0a7b03a33bcef667bb16291aea93ca3be3a
22 lines
615 B
Plaintext
22 lines
615 B
Plaintext
# 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.
|
|
|
|
# When modifying this file `tox -e freeze-req` must be run to regenerate the requirements-frozen.txt.
|
|
kubeconfig
|
|
kubernetes==29.0.0
|
|
pbr<=5.5.1
|
|
requests==2.23.0
|
|
chardet>=3.0.2,<3.1.0
|
|
urllib3>=1.21.1,<=1.25
|
|
|
|
# Openstack Antelope 2023.1
|
|
# https://releases.openstack.org/antelope/index.html
|
|
|
|
oslo.config==9.1.1
|
|
oslo.context==5.1.1
|
|
oslo.i18n==6.0.0
|
|
oslo.log==5.2.0
|
|
oslo.serialization==5.1.1
|
|
oslo.utils==6.1.0
|