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] 5cd7a23470
[2] https://review.opendev.org/c/openstack/requirements/+/882916
Related-Bug: #2007574

Change-Id: I0c463d205d4534f7b0cfcab00bec4b98cd429ae1
This commit is contained in:
manchandavishal 2023-05-12 11:25:57 +05:30 committed by Vishal Manchanda
parent 691596658b
commit a13e01bc46

View File

@ -45,7 +45,7 @@ PyYAML>=6.0 # MIT
requests>=2.25.1 # Apache-2.0 requests>=2.25.1 # Apache-2.0
six>=1.16.0 # MIT six>=1.16.0 # MIT
semantic-version>=2.3.1 # BSD 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>=1.8.2.2 # MIT License
XStatic-Angular-Bootstrap>=2.2.0.0 # MIT License XStatic-Angular-Bootstrap>=2.2.0.0 # MIT License
XStatic-Angular-FileUpload>=12.0.4.0 # MIT License XStatic-Angular-FileUpload>=12.0.4.0 # MIT License