dependabot[bot] opened a new pull request, #2815: URL: https://github.com/apache/iceberg-python/pull/2815
Bumps [cython](https://github.com/cython/cython) from 3.2.1 to 3.2.2. <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.2 (2025-11-30)</h1> <h2>Features added</h2> <ul> <li>The C-API declarations were updated to include the new <code>PyDict_*Ref()</code> functions. (Github issue :issue:<code>7291</code>)</li> </ul> <h2>Bugs fixed</h2> <ul> <li> <p>Iteration over literal sequences and strings in generators generated invalid C code since 3.2.0. This was a regression due to the C array iteration optimisation in :issue:<code>6926</code>, which is now disabled inside of generators. (Github issue :issue:<code>7342</code>)</p> </li> <li> <p>Calling special methods of known exception types failed with an <code>AttributeError</code>. (Github issue :issue:<code>7342</code>)</p> </li> <li> <p>Calling the unbound <code>__mul__</code> special method of builtin collections with subtypes failed. (Github issue :issue:<code>7340</code>)</p> </li> <li> <p>C string literals could generate invalid "const to non-const" casts in the C code. (Github issue :issue:<code>7346</code>)</p> </li> <li> <p><code>yield</code> is no longer allowed inside of a <code>cython.critical_section</code>, but <em>is</em> now allowed while holding a <code>cython.pymutex</code>. (Github issue :issue:<code>7317</code>)</p> </li> <li> <p>Under lock congestion, acquiring the GIL could crash in Python 3.11, part 2. This bug was introduced in Cython 3.2.0. (Github issue :issue:<code>7312</code>)</p> </li> <li> <p>The new <code>py_safe_*</code> functions in <code>libc.threads</code> triggered C compiler warnings. (Github issue :issue:<code>7356</code>)</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cython/cython/commit/2a8ee41263f6bc898a32c75a9156071bee5e8788"><code>2a8ee41</code></a> Prepare release of 3.2.2.</li> <li><a href="https://github.com/cython/cython/commit/de755ace2e97a048356ac67e941138615a6480aa"><code>de755ac</code></a> Update changelog.</li> <li><a href="https://github.com/cython/cython/commit/bb88e359228dc74be04c82076bc78e6f3ad55df8"><code>bb88e35</code></a> Silence a C signedness conversion warning.</li> <li><a href="https://github.com/cython/cython/commit/8eaca89ff818b2df06b96ecc377a6d260688711c"><code>8eaca89</code></a> Disable optimisation into C array iteration for iterating string literals ins...</li> <li><a href="https://github.com/cython/cython/commit/a9a7be1381ac1c192e1a2d90fab33dcdb928005f"><code>a9a7be1</code></a> CI: Trigger the sanitizers in the 3.2.x branch.</li> <li><a href="https://github.com/cython/cython/commit/c7e75d4724df1b9f654ee876f85876d204a42d4d"><code>c7e75d4</code></a> CI: Add a missing trigger file for the sanitizers.</li> <li><a href="https://github.com/cython/cython/commit/41b9144cd7f2153c2c90100c863d2557f7091ce9"><code>41b9144</code></a> Update changelog.</li> <li><a href="https://github.com/cython/cython/commit/928a41daa5c5c6250688d3621e944f9ea24bcc65"><code>928a41d</code></a> Add address/undefined behaviour/thread sanitizer tests (<a href="https://redirect.github.com/cython/cython/issues/7334">#7334</a>)</li> <li><a href="https://github.com/cython/cython/commit/7eb8405dfdd62275cb69861e22e03bf9f5cdf342"><code>7eb8405</code></a> CI: Move independent workflows out of CI workflow file (<a href="https://redirect.github.com/cython/cython/issues/7370">GH-7370</a>)</li> <li><a href="https://github.com/cython/cython/commit/5d05168ebeefe47411a4fc0c5b40d38f6473ea5e"><code>5d05168</code></a> Add PyDict_*Ref APIs to cpython.dict (<a href="https://redirect.github.com/cython/cython/issues/7291">#7291</a>)</li> <li>Additional commits viewable in <a href="https://github.com/cython/cython/compare/3.2.1...3.2.2">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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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]
