From a13e01bc462718df5c52d460b489131eaaca5735 Mon Sep 17 00:00:00 2001 From: manchandavishal Date: Fri, 12 May 2023 11:25:57 +0530 Subject: Bump XStatic package version to latest i.e. 1.0.3 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 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1