From a800e1446a29012861cebc8f9b6519c343986ab3 Mon Sep 17 00:00:00 2001 From: manchandavishal Date: Thu, 27 Jul 2023 10:47:45 +0530 Subject: [PATCH] Remove Capping for Xstatic-jQuery This patch remove capping for xstatic-jQuery. Capping for xstatic-jQuery added in the past becuase with jQuery 3.x version horizon is not compatiable but now horizon is working fine with jQuery 3.x. So let's remove this capping. Change-Id: I6331b964f2fa8145ca97bcda0534e8cacfcf24dc --- global-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global-requirements.txt b/global-requirements.txt index ac4973b283..ecbe18c3e7 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.6 # MIT License +XStatic-jQuery # MIT License XStatic-JQuery-Migrate # MIT License XStatic-JQuery.quicksearch # MIT License XStatic-JQuery.TableSorter # MIT License