dependabot[bot] opened a new pull request, #39099: URL: https://github.com/apache/beam/pull/39099
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.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> <h1>3.2.5 (2026-05-23)</h1> <h2>Bugs fixed</h2> <ul> <li> <p>A compile failure was fixed when using the walrus operator inside of try-except. (Github issue :issue:<code>7462</code>)</p> </li> <li> <p>Expressions with side-effects as object argument to <code>isinstance()</code> could get evaluated multiple times, e.g. when they use the walrus operator. (Github issue :issue:<code>7670</code>)</p> </li> <li> <p>Several problems generating the shared utility module were resolved, including a performance regression with memory views. (Github issues :issue:<code>7487</code>, :issue:<code>7497</code>, :issue:<code>7504</code>, :issue:<code>7558</code>)</p> </li> <li> <p>Some GC and refcounting issues were resolved for Cython functions in the Limited API. (Github issue :issue:<code>7594</code>)</p> </li> <li> <p>Refcounting errors and error handling issues were resolved in some rare error handling cases.</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cython/cython/commit/f49dd246c3eaa9291089aa256e5e2752080ae9f0"><code>f49dd24</code></a> Disable failing test in Py3.8.</li> <li><a href="https://github.com/cython/cython/commit/e377190f17bc10f396fc55baa28dd8d61f6f63d9"><code>e377190</code></a> Update changelog.</li> <li><a href="https://github.com/cython/cython/commit/98635e5e8058197bab6868002990b474304e818c"><code>98635e5</code></a> Fix functools.wraps on cyfunctions on 3.14+ by providing a basic `_<em>annotate</em>...</li> <li><a href="https://github.com/cython/cython/commit/1d797c1f30f57f2b5a01c184e24b67450bc4cc8d"><code>1d797c1</code></a> Update changelog.</li> <li><a href="https://github.com/cython/cython/commit/c57a7c7e855aa356f0f3b180681c70a9ccd76c74"><code>c57a7c7</code></a> pypy fails test_nocopy_star_args (<a href="https://redirect.github.com/cython/cython/issues/7711">#7711</a>)</li> <li><a href="https://github.com/cython/cython/commit/c94acfef113bdaacdab1a82de2c1bd35ee776c19"><code>c94acfe</code></a> Build: Compile with -DNDEBUG to discard asserts in CPython's inline functions.</li> <li><a href="https://github.com/cython/cython/commit/3a75be00ab7f1d4f4584fa97e56a69ec35ecca57"><code>3a75be0</code></a> Fix a deprecation warning in regex usage.</li> <li><a href="https://github.com/cython/cython/commit/56b4db91785d0c0a6906b38333ffe4977dd68bbb"><code>56b4db9</code></a> Prepare release of 3.2.6.</li> <li><a href="https://github.com/cython/cython/commit/7ea9737d48e8599ae7819ba0b3e41841508a4a94"><code>7ea9737</code></a> CI: Remove PyPy pin now that there is a bug fix release.</li> <li><a href="https://github.com/cython/cython/commit/fa7ef687def9764bec135e5b4b9071092b944a0b"><code>fa7ef68</code></a> Update changelog.</li> <li>Additional commits viewable in <a href="https://github.com/cython/cython/compare/3.2.5...3.2.6">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]
