dependabot[bot] opened a new pull request, #38626: URL: https://github.com/apache/beam/pull/38626
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.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. (Github issues :issue:<code>7597</code>, :issue:<code>7599</code>, :issue:<code>7612</code>, :issue:<code>7673</code>)</p> </li> <li> <p>Using <code>cython.pymutex</code> in an extension type with <code>cdef</code> methods generated invalid C code missing the required <code>PyMutex</code> declarations. (Github issue :issue:<code>6995</code>)</p> </li> <li> <p>Calling <code>.get_frame()</code> on Cython coroutines could crash in freethreading Python. (Github issue :issue:<code>7632</code>)</p> </li> <li> <p>The vectorcall protocol was not used correctly in <code>.throw()</code> of Cython coroutines when raising the exception only by type (without value or traceback). (Github issue :issue:<code>7677</code>)</p> </li> <li> <p>A problem with cpdef enums in the Limited API of Python 3.11+ was resolved. (Github issue :issue:<code>7503</code>)</p> </li> <li> <p>Unicode predicates like <code>.isdigit()</code> are now allowed to fail in the Limited API. (Github issue :issue:<code>7602</code>)</p> </li> <li> <p>Conditional expressions mixing Python float and int object types could accidentally infer float as the common result type, instead of treating both independently.</p> </li> <li> <p>Using <code>sizeof()</code> in the size declarations of <code>extern</code> arrays failed. (Github issue :issue:<code>7451</code>)</p> </li> <li> <p>Enabling profiling generated invalid C code for non-Python return tuples. (Github issue :issue:<code>7580</code>)</p> </li> <li> <p><code>abs()</code> on C <code>long long</code> values could generate invalid C code.</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/ec152091ca7c535e04b5da96e5bedfc9b33def22"><code>ec15209</code></a> Tests: Fix test in Py3.16, following <a href="https://redirect.github.com/cython/cython/pull/7709">cython/cython#7709</a></li> <li><a href="https://github.com/cython/cython/commit/aa576c43e17199444fd9ef403de783bcc4c64cf5"><code>aa576c4</code></a> Fix test.</li> <li><a href="https://github.com/cython/cython/commit/2398ddd1b9aba6d753e92cddbfabdb59bfa8093d"><code>2398ddd</code></a> Prepare release of 3.2.5.</li> <li><a href="https://github.com/cython/cython/commit/abb261f786ee44e943c2cc20fab566a00524901b"><code>abb261f</code></a> Update changelog.</li> <li><a href="https://github.com/cython/cython/commit/a4bae70c15eddc81387535a08fa57beab6b87e33"><code>a4bae70</code></a> Small cleanup of memoryview assertion (<a href="https://redirect.github.com/cython/cython/issues/7635">GH-7635</a>)</li> <li><a href="https://github.com/cython/cython/commit/80d9e7e307e751e2b4da4948edec5626d380896e"><code>80d9e7e</code></a> Prevent walrus operator from being re-evaluated multiple times in isinstance(...</li> <li><a href="https://github.com/cython/cython/commit/0c69532cdd2ecbe261fa24815825e01c93ccab9d"><code>0c69532</code></a> CI: Pip PyPy 3.11 version to avoid CI failures.</li> <li><a href="https://github.com/cython/cython/commit/f7d6b7add8f06f2b2b172ab806c269b8f0ac202d"><code>f7d6b7a</code></a> CI: Allow longer PyPy version strings than "major.minor".</li> <li><a href="https://github.com/cython/cython/commit/b7a1d43b6caa8b1150329118940cbf493f426647"><code>b7a1d43</code></a> Update changelog.</li> <li><a href="https://github.com/cython/cython/commit/f02df0aadf93783372fbe073a3b36b6c7889501c"><code>f02df0a</code></a> Build: Remove outdated license identifier (long replaced by <code>license</code> kw-opti...</li> <li>Additional commits viewable in <a href="https://github.com/cython/cython/compare/3.0.0...3.2.5">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]
