dependabot[bot] opened a new pull request, #39184: URL: https://github.com/apache/beam/pull/39184
Updates the requirements on [cython](https://github.com/cython/cython) to permit the latest version. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/cython/cython/blob/master/CHANGES.rst">cython's changelog</a>.</em></p> <blockquote> <h1>3.2.8 (2026-06-30)</h1> <h2>Bugs fixed</h2> <ul> <li> <p>Assigning a Python 3.14+ <code>.__annotate__</code> function to a Cython compiled function no longer evaluates annotations eagerly. Fixes a regression with <code>@functools.wraps()</code> in Cython 3.2.6. Patch by Jelle Zijlstra. (Github issue :issue:<code>7767</code>)</p> </li> <li> <p>In freethreading Python, the necessary object keep-alive while executing user code in <code>.__dealloc__()</code> uses a safer scheme. Patch by Yaxing Cai. (Github issue :issue:<code>7769</code>)</p> </li> <li> <p>The local function state used by <code>sys.monitoring</code> read from uninitialised memory. (Github issue :issue:<code>7774</code>)</p> </li> <li> <p>The <code>.ag_running</code> flag attribute of async generators was always false on big-endian systems.</p> </li> </ul> <h1>3.2.6 (2026-06-24)</h1> <h2>Bugs fixed</h2> <ul> <li> <p><code>@functools.wraps()</code> was broken in Py3.14+ for Cython compiled functions. (Github issue :issue:<code>7675</code>)</p> </li> <li> <p>A double-free in the t-string code was fixed. (Github issue :issue:<code>7712</code>)</p> </li> <li> <p>The <code>-</code> operator declarations for iterators in <code>libcpp.vector</code> we corrected. Patch by Vadim Markovtsev. (Github issue :issue:<code>7717</code>)</p> </li> <li> <p>The shared utility code module no longer uses a temporary file path that changed the C code on each generation. (Github issue :issue:<code>7723</code>)</p> </li> <li> <p>On 32 bit platforms, cached constants are no longer made immortal during module import. (Github issue :issue:<code>7744</code>)</p> </li> </ul> <h2>Other changes</h2> <ul> <li>Binary wheels are now built with <code>-DNDEBUG</code> to discard runtime assertions from CPython's inline functions.</li> </ul> <p>3.2.5 (2026-05-23)</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cython/cython/commit/fee6fd61250fa0df1ff2ff9cd7f6f50d203391f8"><code>fee6fd6</code></a> Prepare release of 3.2.8.</li> <li><a href="https://github.com/cython/cython/commit/2feda19ee3c89297af4e850f9a64ca0b942f8815"><code>2feda19</code></a> Fix macro usage in Py3.8.</li> <li><a href="https://github.com/cython/cython/commit/21daa4e0d268fb108419323fe43bd6752d47a130"><code>21daa4e</code></a> Prepare release of 3.2.7.</li> <li><a href="https://github.com/cython/cython/commit/6a69c3cd8999fdce60793466abb188a3eb00bd93"><code>6a69c3c</code></a> Update changelog.</li> <li><a href="https://github.com/cython/cython/commit/60f2bdcad3cfc9af0866d15c5acb46ec57bcbc5e"><code>60f2bdc</code></a> Fix <strong>dealloc</strong> refcount guard resurrecting dying objects on free-threading (...</li> <li><a href="https://github.com/cython/cython/commit/4f47fd3c5b874c9a174b35d9928faebc002991d4"><code>4f47fd3</code></a> Update changelog.</li> <li><a href="https://github.com/cython/cython/commit/1e7ea1ed2f6d6c1b4f242d36a02c295674fd5c43"><code>1e7ea1e</code></a> Update changelog.</li> <li><a href="https://github.com/cython/cython/commit/410d60c96f1c76b2f074d2007444b515a35f4e76"><code>410d60c</code></a> Fix use of uninitialized monitoring fields in generator/coroutine objects (GH...</li> <li><a href="https://github.com/cython/cython/commit/e70ca99bb91087eeccae06d21dc58dcbfc55cc71"><code>e70ca99</code></a> Fix cyfunction annotate setter on Python 3.14 (<a href="https://redirect.github.com/cython/cython/issues/7768">GH-7768</a>)</li> <li><a href="https://github.com/cython/cython/commit/86ba58478a62ed8c3ef50ff402a673e86318fa18"><code>86ba584</code></a> Fix access to the ".ag_running" flag of async generators on big-endian systems.</li> <li>See full diff in <a href="https://github.com/cython/cython/compare/3.2.6...3.2.8">compare view</a></li> </ul> </details> <br /> 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]
