From df5efbd42bd4bf89f38bee2527b61415927c5823 Mon Sep 17 00:00:00 2001 From: manchandavishal Date: Mon, 10 Jul 2023 21:18:18 +0530 Subject: [PATCH] Raise cap for XStatic-JQuery in ``global-requirements.txt`` This patch raise the version of XStatic-JQuery <3.6 in ``global-requirements.txt`` file because horizon is already using XStatic-JQuery-Migrate version 3.3.2.1 [1] but XStatic-jQuery old version is not compatiable with latest version of XStatic-JQuery-Migrate version. So horizon is updating XStatic-JQuery to <3.6 and for that this patch needs to be merge first. Note: ``upper-constraints.txt`` is updated in a seprate patch [3]. [1] https://review.opendev.org/c/openstack/requirements/+/883402 [2] https://review.opendev.org/c/openstack/horizon/+/887548 [3] https://review.opendev.org/c/openstack/requirements/+/887933 Change-Id: Iccd7166f0a8091bdf4613186f9c8048864603f29 --- global-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global-requirements.txt b/global-requirements.txt index 52691d770e..ac4973b283 100644 --- a/global-requirements.txt +++ b/global-requirements.txt @@ -382,7 +382,7 @@ XStatic-Font-Awesome<4.8.0 # SIL OFL 1.1 License, MIT License XStatic-Graphlib # MIT License XStatic-Hogan # Apache 2.0 License XStatic-Jasmine # MIT License -XStatic-jQuery<3 # MIT License +XStatic-jQuery<3.6 # MIT License XStatic-JQuery-Migrate # MIT License XStatic-JQuery.quicksearch # MIT License XStatic-JQuery.TableSorter # MIT License