dependabot[bot] opened a new pull request, #40940: URL: https://github.com/apache/superset/pull/40940
Bumps [jsonpath-ng](https://github.com/h2non/jsonpath-ng) from 1.7.0 to 1.8.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/h2non/jsonpath-ng/blob/master/CHANGELOG.md">jsonpath-ng's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/h2non/jsonpath-ng/compare/v1.7.0...v1.8.0">1.8.0</a> - 2026-02-24</h2> <h3>Added</h3> <ul> <li>Support Python 3.13 and 3.14</li> <li>Typing for IDE autocomplete</li> <li>Support for EMOJI and CJK Unicode</li> <li>Support for <code>DatumInContext</code> in-place updating</li> <li>Support equality checking of <code>Operation</code> instances</li> <li>Support string serialization of <code>Union</code> and <code>Intersect</code> instances</li> <li>Support comma-separated indices</li> <li>Add typings for IDE autocomplete</li> </ul> <h3>Changed</h3> <ul> <li>Rename <code>ExtentedJsonPathParser</code></li> <li>Remove ply dependency</li> </ul> <h3>Fixed</h3> <ul> <li>Fix <code>False</code> and <code>None</code> values</li> <li>Fix single constant case</li> <li>Update field filter to resolve wildcard path issue</li> <li>Vendor copy of ply and remove pickle support from the vendored copy to resolve <a href="https://nvd.nist.gov/vuln/detail/CVE-2025-56005">CVE-2025-56005</a></li> <li>Fix string serialization throughout the library to enforce roundtrip parsing consistency. <ul> <li>Fields are more conservatively enclosed in quotion marks This fixes serialization and re-parsing of <code>"00"</code>, <code>'%'</code>, <code>'0@'</code> and <code>"&'"</code>.</li> <li><code>Operation</code> instances can now be serialized. This fixes serialization of <code>0-@</code> and <code>A -A</code>.</li> <li><code>SortedThis</code> instances can now be serialized and re-parsed. This fixes serialization of <code>0[/0]</code>.</li> <li><code>Child</code> precedence is now preserved using parentheses during serialization. This ensures that serialized strings like <code>a..b[c]</code> serialize and re-parse identically.</li> </ul> </li> <li>Fix parsing and string serialization of numeric-only identifiers. This fixes parsing of <code>10</code>, which was parsed as two separate fields.</li> <li>Fix equality checks for <code>SortedThis</code> instances.</li> <li>Fix bool filter type to handle None values</li> </ul> <h3>Removed</h3> <ul> <li>Python 3.8 and 3.9 no longer supported</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/h2non/jsonpath-ng/commit/e59ead334ac47618e6d844ad758114b3bfafcc8a"><code>e59ead3</code></a> Release v1.8.0</li> <li><a href="https://github.com/h2non/jsonpath-ng/commit/ee53af88d632e589844a460a650e3f5244f6561d"><code>ee53af8</code></a> Update setup.py</li> <li><a href="https://github.com/h2non/jsonpath-ng/commit/485ffb30e963ba42ffe88904b8bbc26c187f5b42"><code>485ffb3</code></a> Update requirements.txt</li> <li><a href="https://github.com/h2non/jsonpath-ng/commit/e00121b2ec7f03b8b35d34ac17122264f16e26fb"><code>e00121b</code></a> Fix a number of bugs uncovered by roundtrip testing</li> <li><a href="https://github.com/h2non/jsonpath-ng/commit/eeed7767aa353dc2e16fc527b62faea7a001ce06"><code>eeed776</code></a> Remove pickle support in ply modules</li> <li><a href="https://github.com/h2non/jsonpath-ng/commit/314401c8c924f0b3ebc1d952595d6bb731501936"><code>314401c</code></a> Vendor ply as it is no longer maintained</li> <li><a href="https://github.com/h2non/jsonpath-ng/commit/a44b275661aab2974e28efdce876deaa603af163"><code>a44b275</code></a> Bump github/codeql-action from 3 to 4</li> <li><a href="https://github.com/h2non/jsonpath-ng/commit/987807091041355ef4bc02f4fe4b2265c3d9c711"><code>9878070</code></a> Bump actions/checkout from 5 to 6</li> <li><a href="https://github.com/h2non/jsonpath-ng/commit/0ff6edd23e1f2f9dbaf4545e842a5ac190491c00"><code>0ff6edd</code></a> Test with Python 3.14</li> <li><a href="https://github.com/h2non/jsonpath-ng/commit/3fb355867f2d245357497d77efb8e8b95be39924"><code>3fb3558</code></a> Remove official support for Python 3.8 and 3.9</li> <li>Additional commits viewable in <a href="https://github.com/h2non/jsonpath-ng/compare/v1.7.0...v1.8.0">compare view</a></li> </ul> </details> <br /> [](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 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]
