dependabot[bot] opened a new pull request, #42670: URL: https://github.com/apache/superset/pull/42670
Bumps [greenlet](https://github.com/python-greenlet/greenlet) from 3.5.3 to 3.5.4. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/python-greenlet/greenlet/blob/master/CHANGES.rst">greenlet's changelog</a>.</em></p> <blockquote> <h1>3.5.4 (2026-07-22)</h1> <ul> <li> <p>Fix a crash (segfault) on free-threaded builds of Python 3.14 and later when the garbage collector runs while a greenlet that was started from a non-empty C-stack-reference state is active. See <code>issue 515 <https://github.com/python-greenlet/greenlet/issues/515></code>_. Thanks to ddorian and Kumar Aditya.</p> </li> <li> <p>Fix a potential use-after-free on free-threaded builds of Python 3.14 and later when the garbage collector runs while a greenlet is suspended holding a <code>_PyCStackRef</code> (for example, mid attribute resolution). See <code>issue 515 <https://github.com/python-greenlet/greenlet/issues/515></code>_. Thanks to ddorian and Kumar Aditya.</p> </li> <li> <p>Fix a deadlock on free-threaded builds when a greenlet switch happened while a <code>PyCriticalSection</code> was held -- for example inside asyncio's <code>Task.__step</code>, which holds one on the running task for the duration of the step. See <code>PR 519 <https://github.com/python-greenlet/greenlet/pull/519/></code>. Thanks to ddorian and Kumar Aditya.</p> </li> </ul> <p>.. note:: Binary 3.15 wheels are now built with Python 3.15b4. These may not be compatible with earlier or later versions of 3.15. Binary 3.15 wheels of greenlet from previous releases (e.g., 3.5.3) may not be compatible with Python 3.15b4.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/python-greenlet/greenlet/commit/384be8821a934fbb835e369dda2b9b72107e80be"><code>384be88</code></a> Preparing release 3.5.4</li> <li><a href="https://github.com/python-greenlet/greenlet/commit/bbdf57b8cccc572639103005bc7dee41d1c309a2"><code>bbdf57b</code></a> Add note to CHANGES about versions of 3.15 binary wheels may/not be compatibl...</li> <li><a href="https://github.com/python-greenlet/greenlet/commit/759902381a85e2ebca2102fab50ffb99b2227a2b"><code>7599023</code></a> Merge pull request <a href="https://redirect.github.com/python-greenlet/greenlet/issues/517">#517</a> from ddorian/issue515-c-stack-refs</li> <li><a href="https://github.com/python-greenlet/greenlet/commit/73a0a1aadf8d45db71754954d588d433fa826a2a"><code>73a0a1a</code></a> Fix the suspended C-stack-ref GC test to catch its regression</li> <li><a href="https://github.com/python-greenlet/greenlet/commit/1ff35f431f768e854db323ae14274044a06d9d12"><code>1ff35f4</code></a> Merge branch 'master' into issue515-c-stack-refs</li> <li><a href="https://github.com/python-greenlet/greenlet/commit/847fb824f6c0590d87963c38c4b2f452a0980b37"><code>847fb82</code></a> Merge pull request <a href="https://redirect.github.com/python-greenlet/greenlet/issues/520">#520</a> from dynapx/fix-test-extension-npd</li> <li><a href="https://github.com/python-greenlet/greenlet/commit/0b471ba66bed12fcf7bef969f26705a30a29a5b4"><code>0b471ba</code></a> Merge pull request <a href="https://redirect.github.com/python-greenlet/greenlet/issues/519">#519</a> from ddorian/freethread-switch-critical-section</li> <li><a href="https://github.com/python-greenlet/greenlet/commit/d55914df27b30af452e63eb2be41fc9b3ec2c982"><code>d55914d</code></a> Simplify the CHANGES.rst entry</li> <li><a href="https://github.com/python-greenlet/greenlet/commit/78932dc67b6571a920751339cfd88056144e8116"><code>78932dc</code></a> Change notes are for end users, they don't need to go into technical detail</li> <li><a href="https://github.com/python-greenlet/greenlet/commit/39bf70c2cb8c8996ce26bc20e4161fd94c05d380"><code>39bf70c</code></a> Hold the C-stack ref snapshot in a std::vector<OwnedObject></li> <li>Additional commits viewable in <a href="https://github.com/python-greenlet/greenlet/compare/3.5.3...3.5.4">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]
