dependabot[bot] opened a new pull request, #37342:
URL: https://github.com/apache/superset/pull/37342

   Bumps [jquery](https://github.com/jquery/jquery) from 3.7.1 to 4.0.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/jquery/jquery/releases";>jquery's releases</a>.</em></p>
   <blockquote>
   <h2>Release 4.0.0</h2>
   <h1>Changelog</h1>
   <p><a 
href="https://blog.jquery.com/2026/01/17/jquery-4-0-0/";>https://blog.jquery.com/2026/01/17/jquery-4-0-0/</a></p>
   <h2>Ajax</h2>
   <ul>
   <li>Don't treat array data as binary (<a 
href="https://github.com/jquery/jquery/commit/992a1911d0b6195012edc25fd5a48810d4be64b5";>992a1911</a>)</li>
   <li>Allow <code>processData: true</code> even for binary data (<a 
href="https://github.com/jquery/jquery/commit/ce264e0789116e37fe371503537a217c038dfae8";>ce264e07</a>)</li>
   <li>Support binary data (including FormData) (<a 
href="https://github.com/jquery/jquery/commit/a7ed9a7b6364273b1b964fd2cf9691dec2cbec6b";>a7ed9a7b</a>)</li>
   <li>Support <code>headers</code> for script transport even when cross-domain 
(<a href="https://redirect.github.com/jquery/jquery/issues/5142";>#5142</a>, <a 
href="https://github.com/jquery/jquery/commit/6d1364431b63b0d3bbe1c5fd604131f9db453396";>6d136443</a>)</li>
   <li>Support <code>null</code> as success functions in 
<code>jQuery.get</code> (<a 
href="https://redirect.github.com/jquery/jquery/issues/4989";>#4989</a>, <a 
href="https://github.com/jquery/jquery/commit/74978b7e892537559850cda7332bdab8106e6354";>74978b7e</a>)</li>
   <li>Don't auto-execute scripts unless dataType provided (<a 
href="https://redirect.github.com/jquery/jquery/issues/4822";>#4822</a>, <a 
href="https://github.com/jquery/jquery/commit/025da4dd343e6734f3d3c1b4785b1548498115d8";>025da4dd</a>)</li>
   <li>Make responseJSON work for erroneous same-domain JSONP requests (<a 
href="https://github.com/jquery/jquery/commit/68b4ec59c8f290d680e9db4bc980655660817dd1";>68b4ec59</a>)</li>
   <li>Execute JSONP error script responses (<a 
href="https://redirect.github.com/jquery/jquery/issues/4771";>#4771</a>, <a 
href="https://github.com/jquery/jquery/commit/a1e619b03a557b47c3e26a5e74af12b63a0d5e73";>a1e619b0</a>)</li>
   <li>Avoid CSP errors in the script transport for async requests (<a 
href="https://redirect.github.com/jquery/jquery/issues/3969";>#3969</a>, <a 
href="https://github.com/jquery/jquery/commit/07a8e4a177550025c1a08d7ac754839733943f55";>07a8e4a1</a>)</li>
   <li>Drop the json to jsonp auto-promotion logic (<a 
href="https://redirect.github.com/jquery/jquery/issues/1799";>#1799</a>, <a 
href="https://redirect.github.com/jquery/jquery/issues/3376";>#3376</a>, <a 
href="https://github.com/jquery/jquery/commit/e7b3bc488d01d584262e12a7c5c25f935d0d034b";>e7b3bc48</a>)</li>
   <li>Overwrite s.contentType with content-type header value, if any (<a 
href="https://redirect.github.com/jquery/jquery/issues/4119";>#4119</a>, <a 
href="https://github.com/jquery/jquery/commit/7fb90a6beaeffe16699800f73746748f6a5cc2de";>7fb90a6b</a>)</li>
   <li>Deprecate AJAX event aliases, inline event/alias into deprecated (<a 
href="https://github.com/jquery/jquery/commit/23d53928f383b0e7440bf4b08b7524e6af232fad";>23d53928</a>)</li>
   <li>Do not execute scripts for unsuccessful HTTP responses (<a 
href="https://redirect.github.com/jquery/jquery/issues/4250";>#4250</a>, <a 
href="https://github.com/jquery/jquery/commit/50871a5a85cc802421b40cc67e2830601968affe";>50871a5a</a>)</li>
   <li>Simplify jQuery.ajaxSettings.xhr (<a 
href="https://redirect.github.com/jquery/jquery/issues/1967";>#1967</a>, <a 
href="https://github.com/jquery/jquery/commit/abdc89ac2e581392b800c0364e0f5f2b6a82cdc6";>abdc89ac</a>)</li>
   </ul>
   <h2>Attributes</h2>
   <ul>
   <li>Make <code>.attr( name, false )</code> remove for all non-ARIA attrs (<a 
href="https://redirect.github.com/jquery/jquery/issues/5388";>#5388</a>, <a 
href="https://github.com/jquery/jquery/commit/063831b6378d518f9870ec5c4f1e7d5d16e04f36";>063831b6</a>)</li>
   <li>Shave off a couple of bytes (<a 
href="https://github.com/jquery/jquery/commit/b40a4807b604efbde51faf075d11e25441af1990";>b40a4807</a>)</li>
   <li>Don't stringify attributes in the setter (<a 
href="https://redirect.github.com/jquery/jquery/issues/4948";>#4948</a>, <a 
href="https://github.com/jquery/jquery/commit/4250b628783d7bfa92ec6c5550c6e4b22fab6034";>4250b628</a>)</li>
   <li>Drop the <code>toggleClass(boolean|undefined)</code> signature (<a 
href="https://redirect.github.com/jquery/jquery/issues/3388";>#3388</a>, <a 
href="https://github.com/jquery/jquery/commit/a4421101fd6d9d7b0550210f8e8690641733dd9a";>a4421101</a>)</li>
   <li>Refactor val(): don't strip carriage return, isolate IE workarounds (<a 
href="https://github.com/jquery/jquery/commit/ff2819911da6cbbed5ee42c35d695240f06e65e3";>ff281991</a>)</li>
   <li>Don't set the type attr hook at all outside of IE (<a 
href="https://github.com/jquery/jquery/commit/9e66fe9acf0ef27681f5a21149fc61678f791641";>9e66fe9a</a>)</li>
   </ul>
   <h2>CSS</h2>
   <ul>
   <li>Fix dimensions of table <code>&lt;col&gt;</code> elements (<a 
href="https://redirect.github.com/jquery/jquery/issues/5628";>#5628</a>, <a 
href="https://github.com/jquery/jquery/commit/eca2a56457e1c40c071aeb3ac87efeb8bbb8013e";>eca2a564</a>)</li>
   <li>Drop the cache in finalPropName (<a 
href="https://github.com/jquery/jquery/commit/640d5825df5ff223560c5690f1a268681c32f9fa";>640d5825</a>)</li>
   <li>Tests: Fix tests &amp; support tests under CSS Zoom (<a 
href="https://redirect.github.com/jquery/jquery/issues/5489";>#5489</a>, <a 
href="https://github.com/jquery/jquery/commit/071f6dba6bd1d8db3f36ce4694aab5ff437b9e36";>071f6dba</a>)</li>
   <li>Fix reliableTrDimensions support test for initially hidden iframes (<a 
href="https://github.com/jquery/jquery/commit/b1e66a5faaf46ffcbcc27c79a9a224aaf851a987";>b1e66a5f</a>)</li>
   <li>Selector: Align with 3.x, remove the outer <code>selector.js</code> 
wrapper (<a 
href="https://github.com/jquery/jquery/commit/53cf7244da2a2040333335c36e435b1c12efdff9";>53cf7244</a>)</li>
   <li>Make the reliableTrDimensions support test work with Bootstrap CSS (<a 
href="https://redirect.github.com/jquery/jquery/issues/5270";>#5270</a>, <a 
href="https://github.com/jquery/jquery/commit/65b85031fb5688361c077bc04e641e4b502671e1";>65b85031</a>)</li>
   <li>Make <code>offsetHeight( true )</code>, etc. include negative margins 
(<a href="https://redirect.github.com/jquery/jquery/issues/3982";>#3982</a>, <a 
href="https://github.com/jquery/jquery/commit/bce13b72c1753e16cc0db53ebf0f0456bdcf6b48";>bce13b72</a>)</li>
   <li>Return <code>undefined</code> for whitespace-only CSS variable values 
(<a href="https://redirect.github.com/jquery/jquery/issues/5120";>#5120</a>) (<a 
href="https://github.com/jquery/jquery/commit/7eb0019640a5856c42b451551eb7f995d913eba9";>7eb00196</a>)</li>
   <li>Don’t trim whitespace of undefined custom property (<a 
href="https://redirect.github.com/jquery/jquery/issues/5105";>#5105</a>, <a 
href="https://github.com/jquery/jquery/commit/ed306c0261ab63746040e5d58bb4477c3069a427";>ed306c02</a>)</li>
   <li>Skip falsy values in <code>addClass( array )</code>, compress code (<a 
href="https://redirect.github.com/jquery/jquery/issues/4998";>#4998</a>, <a 
href="https://github.com/jquery/jquery/commit/a338b407f2479f82df40635055effc163835183f";>a338b407</a>)</li>
   <li>Justify use of rtrim on CSS property values (<a 
href="https://github.com/jquery/jquery/commit/655c0ed5e204b1f6427e09d615a49586a7bc84eb";>655c0ed5</a>)</li>
   <li>Trim whitespace surrounding CSS Custom Properties values (<a 
href="https://redirect.github.com/jquery/jquery/issues/4926";>#4926</a>, <a 
href="https://github.com/jquery/jquery/commit/efadfe991a5c287af561a9326bf1427d726c91c1";>efadfe99</a>)</li>
   <li>Include <code>show</code>, <code>hide</code> &amp; <code>toggle</code> 
methods in the jQuery slim build (<a 
href="https://github.com/jquery/jquery/commit/297d18dd13f7b810ea5a4afeefa4cb15d9e16e16";>297d18dd</a>)</li>
   <li>Remove the opacity CSS hook (<a 
href="https://github.com/jquery/jquery/commit/865469f5e60f55feb28469bb0a7526dd22f04b4e";>865469f5</a>)</li>
   <li>Workaround buggy getComputedStyle on table rows in IE/Edge (<a 
href="https://redirect.github.com/jquery/jquery/issues/4490";>#4490</a>, <a 
href="https://github.com/jquery/jquery/commit/26415e081b318dbe1d46d2b7c30e05f14c339b75";>26415e08</a>)</li>
   <li>Don't automatically add &quot;px&quot; to properties with a few 
exceptions (<a 
href="https://redirect.github.com/jquery/jquery/issues/2795";>#2795</a>, <a 
href="https://github.com/jquery/jquery/commit/00a9c2e5f4c855382435cec6b3908eb9bd5a53b7";>00a9c2e5</a>)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/jquery/jquery/blob/main/changelog.md";>jquery's 
changelog</a>.</em></p>
   <blockquote>
   <ul>
   <li>4.0.0 (<a 
href="https://github.com/jquery/jquery/commit/4f2fae08f23b54ce09322e62e73cce6161b8d3cb";>4f2fae08</a>)</li>
   <li>remove dist files from main branch (<a 
href="https://github.com/jquery/jquery/commit/c838cfb5bb0c6cd17cfaa1dd83aca8d20589de99";>c838cfb5</a>)</li>
   <li>4.0.0-rc.2 (<a 
href="https://github.com/jquery/jquery/commit/97525193735ed32c332f0dbaf2f782df8b1b949b";>97525193</a>)</li>
   <li>Update AUTHORS.txt (<a 
href="https://github.com/jquery/jquery/commit/c128d5d8a8fd9e9b3dcd3efa493e71f6a1649bd8";>c128d5d8</a>)</li>
   <li>Fix release issues uncovered during the 4.0.0-rc.1 release (<a 
href="https://github.com/jquery/jquery/commit/a5b0c4318df748e5a0fe27d23820c60029d26b90";>a5b0c431</a>)</li>
   <li>remove dist files from main branch (<a 
href="https://github.com/jquery/jquery/commit/9d06c6dd6f84bb0ae49e7c7445282ebb93b7b226";>9d06c6dd</a>)</li>
   <li>4.0.0-rc.1 (<a 
href="https://github.com/jquery/jquery/commit/586182f35e818c318046dac1cbaa31ee7a07ee21";>586182f3</a>)</li>
   <li>Run <code>npm publish</code> in the post-release phase (<a 
href="https://github.com/jquery/jquery/commit/ff1f0eaafd0dbcd4c063c3c557d9cee0a461f89d";>ff1f0eaa</a>)</li>
   <li>Only run browserless tests during the release (<a 
href="https://github.com/jquery/jquery/commit/fb5ab0f546e0e25ccb5feb3d51ca2ea743b06efc";>fb5ab0f5</a>)</li>
   <li>Temporarily disable running tests on release (<a 
href="https://github.com/jquery/jquery/commit/3f79644b72e928c529febc1aaee081a6c4b96be3";>3f79644b</a>)</li>
   <li>publish tmp/release/dist folder when releasing (<a 
href="https://redirect.github.com/jquery/jquery/issues/5658";>#5658</a>, <a 
href="https://github.com/jquery/jquery/commit/a865212dea22d44bf2bea3e2c618c4a25c63c6a6";>a865212d</a>)</li>
   <li>correct build date in verification; other improvements (<a 
href="https://github.com/jquery/jquery/commit/53ad94f319930a5bf8cb9bd935ebd4e028741903";>53ad94f3</a>)</li>
   <li>remove dist files from main branch (<a 
href="https://github.com/jquery/jquery/commit/be048a027d0581746f71df7c8eb3ce1d9bd10a40";>be048a02</a>)</li>
   <li>4.0.0-beta.2 (<a 
href="https://github.com/jquery/jquery/commit/51fffe9f7395f86fb24c59115c9b98855c39fc07";>51fffe9f</a>)</li>
   <li>ensure builds have the proper version (<a 
href="https://github.com/jquery/jquery/commit/3e612aeeb3821c657989e67b43c9b715f5cd32e2";>3e612aee</a>)</li>
   <li>set preReleaseBase in config file (<a 
href="https://github.com/jquery/jquery/commit/1fa8df5dbd5d84cf55882a38eb6e571abd0aa938";>1fa8df5d</a>)</li>
   <li>fix running pre/post release scripts in windows (<a 
href="https://github.com/jquery/jquery/commit/5518b2da1816b379b573abc55ba92f02776a3486";>5518b2da</a>)</li>
   <li>update AUTHORS.txt (<a 
href="https://github.com/jquery/jquery/commit/862e7a1882f3f737db7dde1b5ecda9766d61694a";>862e7a18</a>)</li>
   <li>migrate release process to release-it (<a 
href="https://redirect.github.com/jquery/jquery-release/issues/114";>jquery/jquery-release#114</a>,
 <a 
href="https://github.com/jquery/jquery/commit/2646a8b07fcc2cf7cf384724f622eb0c27f9166c";>2646a8b0</a>)</li>
   <li>add factory files to release distribution (<a 
href="https://redirect.github.com/jquery/jquery/issues/5411";>#5411</a>, <a 
href="https://github.com/jquery/jquery/commit/1a324b0792ba8d032b89dd8bf78bbf5caa535367";>1a324b07</a>)</li>
   <li>use buildDefaultFiles directly and pass version (<a 
href="https://github.com/jquery/jquery/commit/b507c8648f701acd1c48b3c38054ad38d76fd1ca";>b507c864</a>)</li>
   <li>copy dist-module folder as well (<a 
href="https://github.com/jquery/jquery/commit/63767650b5b171b4671304fd2bb2f2890431929f";>63767650</a>)</li>
   <li>only published versioned files to cdn (<a 
href="https://github.com/jquery/jquery/commit/3a0ca684eb21d64a13d7591ce1891b1990e0339c";>3a0ca684</a>)</li>
   <li>remove scripts and dev deps from dist package.json (<a 
href="https://github.com/jquery/jquery/commit/7eac932da7177104546abef595adf4429eb829b3";>7eac932d</a>)</li>
   <li>update build command in Release.generateArtifacts (<a 
href="https://github.com/jquery/jquery/commit/3b963a21662061e0f39ad90f146e73e2223c2b86";>3b963a21</a>)</li>
   <li>add support for md5 sums in windows (<a 
href="https://github.com/jquery/jquery/commit/f088c36631df3d5dc98408debd147ea5d3618557";>f088c366</a>)</li>
   <li>remove the need to install grunt globally (<a 
href="https://github.com/jquery/jquery/commit/b2bbaa36d4d37bd48f954ed3cdbd50d3461a523d";>b2bbaa36</a>)</li>
   <li>upgrade release dependencies (<a 
href="https://github.com/jquery/jquery/commit/967af73203378db0cc3637adee85c442e246e05a";>967af732</a>)</li>
   <li>Remove an unused chalk dependency (<a 
href="https://github.com/jquery/jquery/commit/bfb6897c558dfdccff7ac5fc377b08e806525be3";>bfb6897c</a>)</li>
   <li>Use an in-repository dist README fixture (<a 
href="https://github.com/jquery/jquery/commit/358b769a00c3a09a8ec621b8dcb2d5e31b7da69a";>358b769a</a>)</li>
   <li>Update AUTHORS.txt (<a 
href="https://github.com/jquery/jquery/commit/1b74660f730d34bf728094c33080ff406427f41e";>1b74660f</a>)</li>
   <li>update AUTHORS.txt (<a 
href="https://github.com/jquery/jquery/commit/cf9fe0f6a104a0f527c7c3f441485c19e2b19c69";>cf9fe0f6</a>)</li>
   </ul>
   <h2>Selector</h2>
   <ul>
   <li>Remove the workaround for <code>:has</code>; test both on iPhone &amp; 
iPad (<a 
href="https://github.com/jquery/jquery/commit/65e35450c9954173dc1ddd3576242a913d8efb88";>65e35450</a>)</li>
   <li>Properly deprecate <code>jQuery.expr[ &quot;:&quot; 
]</code>/<code>jQuery.expr.filters</code> (<a 
href="https://github.com/jquery/jquery/commit/329661fd538a07993a2fcfa2a75fdd7f5667f86c";>329661fd</a>)</li>
   <li>Make <code>selector.js</code> module depend on 
<code>attributes/attr.js</code> (<a 
href="https://redirect.github.com/jquery/jquery/issues/5379";>#5379</a>, <a 
href="https://github.com/jquery/jquery/commit/e06ff08849057cd099365bf43598c8952fe9956d";>e06ff088</a>)</li>
   <li>Eliminate <code>selector.js</code> depenencies from various modules (<a 
href="https://github.com/jquery/jquery/commit/e8b7db4b0f1e1b8e08578641b30a92b955ccc4ec";>e8b7db4b</a>)</li>
   <li>Re-expose jQuery.find.{tokenize,select,compile,setDocument} (<a 
href="https://redirect.github.com/jquery/jquery/issues/5259";>#5259</a>, <a 
href="https://github.com/jquery/jquery/commit/338de3599039a3ba906214e656bcbe637430c37d";>338de359</a>)</li>
   <li>Stop relying on CSS.supports( &quot;selector(...)&quot; ) (<a 
href="https://redirect.github.com/jquery/jquery/issues/5194";>#5194</a>, <a 
href="https://github.com/jquery/jquery/commit/68aa2ef7571e2d9f91fad1aa9e5f956c04dc9ee9";>68aa2ef7</a>)</li>
   <li>Backport jQuery selection context logic to selector-native (<a 
href="https://redirect.github.com/jquery/jquery/issues/5185";>#5185</a>, <a 
href="https://github.com/jquery/jquery/commit/2e644e845051703775b35b358eec5d3608a9465f";>2e644e84</a>)</li>
   <li>Make selector lists work with <code>qSA</code> again (<a 
href="https://redirect.github.com/jquery/jquery/issues/5177";>#5177</a>, <a 
href="https://github.com/jquery/jquery/commit/09d988b774e7ff4acfb69c0cde2dab373559aaca";>09d988b7</a>)</li>
   <li>Implement the <code>uniqueSort</code> chainable method (<a 
href="https://redirect.github.com/jquery/jquery/issues/5166";>#5166</a>, <a 
href="https://github.com/jquery/jquery/commit/5266f23cf49c9329bddce4d4af6cb5fbbd1e0383";>5266f23c</a>)</li>
   <li>Re-introduce selector-native.js (<a 
href="https://github.com/jquery/jquery/commit/4c1171f2ed62584211250df0af8302d34c04621a";>4c1171f2</a>)</li>
   <li>Manipulation: Fix DOM manip within template contents (<a 
href="https://redirect.github.com/jquery/jquery/issues/5147";>#5147</a>, <a 
href="https://github.com/jquery/jquery/commit/3299236c898136dc1aa57dc5148811203e931895";>3299236c</a>)</li>
   <li>Drop support for legacy pseudos, test custom pseudos (<a 
href="https://github.com/jquery/jquery/commit/8c7da22caeae8c2c3f7e9869d5f47414669f106c";>8c7da22c</a>)</li>
   <li>Use jQuery <code>:has</code> if <code>CSS.supports(selector(...))</code> 
non-compliant (<a 
href="https://redirect.github.com/jquery/jquery/issues/5098";>#5098</a>, <a 
href="https://github.com/jquery/jquery/commit/d153c375e67f2c2dba82c2fb079c36b8d795e66a";>d153c375</a>)</li>
   <li>Remove the &quot;a:enabled&quot; workaround for Chrome &lt;=77 (<a 
href="https://github.com/jquery/jquery/commit/c1ee33aded44051b8f1288b59d2efdc68d0413cc";>c1ee33ad</a>)</li>
   <li>Make empty attribute selectors work in IE again (<a 
href="https://redirect.github.com/jquery/jquery/issues/4435";>#4435</a>, <a 
href="https://github.com/jquery/jquery/commit/05184cc448f4ed7715ddd6a5d724e167882415f1";>05184cc4</a>)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/jquery/jquery/commit/4f2fae08f23b54ce09322e62e73cce6161b8d3cb";><code>4f2fae0</code></a>
 Release: 4.0.0</li>
   <li><a 
href="https://github.com/jquery/jquery/commit/c838cfb5bb0c6cd17cfaa1dd83aca8d20589de99";><code>c838cfb</code></a>
 Release: remove dist files from main branch</li>
   <li><a 
href="https://github.com/jquery/jquery/commit/97525193735ed32c332f0dbaf2f782df8b1b949b";><code>9752519</code></a>
 Release: 4.0.0-rc.2</li>
   <li><a 
href="https://github.com/jquery/jquery/commit/c128d5d8a8fd9e9b3dcd3efa493e71f6a1649bd8";><code>c128d5d</code></a>
 Release: Update AUTHORS.txt</li>
   <li><a 
href="https://github.com/jquery/jquery/commit/5fe9c298c0538f7cffc1c92c3abc8fadca644dde";><code>5fe9c29</code></a>
 Build: De-dupe three authors via mailmap</li>
   <li><a 
href="https://github.com/jquery/jquery/commit/afdd032fdbc90e22f49a69627f4dec0dd3a2f0a4";><code>afdd032</code></a>
 Build: Post beta browser tests errors to jquery/dev on Matrix</li>
   <li><a 
href="https://github.com/jquery/jquery/commit/546a1eb03c345e1bafb72ae1aeb898abb5b3e51b";><code>546a1eb</code></a>
 Build: Bump the github-actions group with 4 updates</li>
   <li><a 
href="https://github.com/jquery/jquery/commit/ec738b3190a3b67d08f51451e1faa15f1f4bf916";><code>ec738b3</code></a>
 Build: Fix Chrome beta tests</li>
   <li><a 
href="https://github.com/jquery/jquery/commit/c28c26aef0b3238f578690d73703382951cb355d";><code>c28c26a</code></a>
 Build: Add periodic tests on beta versions of browsers</li>
   <li><a 
href="https://github.com/jquery/jquery/commit/f513413ac81acabe68769e8879ce19c10eff1f59";><code>f513413</code></a>
 Build: Bump the github-actions group with 2 updates</li>
   <li>Additional commits viewable in <a 
href="https://github.com/jquery/jquery/compare/3.7.1...4.0.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=jquery&package-manager=npm_and_yarn&previous-version=3.7.1&new-version=4.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot show <dependency name> ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to