summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormanchandavishal <manchandavishal143@gmail.com>2023-05-12 11:25:57 +0530
committerVishal Manchanda <manchandavishal143@gmail.com>2023-05-16 09:36:56 +0000
commita13e01bc462718df5c52d460b489131eaaca5735 (patch)
tree21085b1f79fda3c30cea79b4d778bae0dcf798a8
parent691596658b7dc5718650c84ea09c9350b243b8de (diff)
downloadhorizon-master.tar.gz
Bump XStatic package version to latest i.e. 1.0.3HEADmaster
horizon does not support setuptools 67.3.1 and it broke Kolla Horizon container builds. We recently cut a new release of Xstatic [1] which may fix this setuptools issue. So this patch bump the Xstatic version to 1.0.3 to fix setuptools issue. XStatic package version is also bumped in openstack/requirements[2]. [1] https://github.com/xstatic-py/xstatic/commit/5cd7a2347046b71056ae29f00ffa4f71218a5c0c [2] https://review.opendev.org/c/openstack/requirements/+/882916 Related-Bug: #2007574 Change-Id: I0c463d205d4534f7b0cfcab00bec4b98cd429ae1
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 758643d20..e4dc0896a 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -45,7 +45,7 @@ PyYAML>=6.0 # MIT
requests>=2.25.1 # Apache-2.0
six>=1.16.0 # MIT
semantic-version>=2.3.1 # BSD
-XStatic>=1.0.0 # MIT License
+XStatic>=1.0.3 # MIT License
XStatic-Angular>=1.8.2.2 # MIT License
XStatic-Angular-Bootstrap>=2.2.0.0 # MIT License
XStatic-Angular-FileUpload>=12.0.4.0 # MIT License