Skip to content

Commit 4644687

Browse files
Build: Bump cython from 3.2.0 to 3.2.1 (#2756)
Bumps [cython](https://github.com/cython/cython) from 3.2.0 to 3.2.1. <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.1 (2025-11-12)</h1> <h2>Features added</h2> <ul> <li>Cython now leaves markers about its utility code dependencies in the generated C code to help debugging &quot;unused function&quot; C compiler warnings. (Github issue :issue:<code>7294</code>)</li> </ul> <h2>Bugs fixed</h2> <ul> <li> <p>Relative imports could fail if the shared utility module is used. This bug was introduces in Cython 3.2.0. (Github issue :issue:<code>7290</code>)</p> </li> <li> <p>Under lock congestion, acquiring the GIL could crash in Python 3.11. This bug was introduces in Cython 3.2.0. (Github issue :issue:<code>7312</code>)</p> </li> <li> <p>Using the shared utility module left an unused C function in user modules with memoryviews. To make debugging this kind of issue easier, Cython now leaves &quot;used by …&quot; markers in the generated C files that indicate why a specific piece of utility code was included. This bug was introduces in Cython 3.2.0. (Github issue :issue:<code>7293</code>)</p> </li> <li> <p>Code using the pre-import scope failed with an undefined name. This bug was introduces in Cython 3.2.0. (Github issue :issue:<code>7304</code>)</p> </li> <li> <p>Includes all fixes as of Cython 3.1.7.</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cython/cython/commit/91685b68e8efc249863b50cd6b6d6bf2d4a9e285"><code>91685b6</code></a> Prepare release of Cython 3.2.1.</li> <li><a href="https://github.com/cython/cython/commit/aff6117b3187994eff3f4823570b3ebe9cc539cf"><code>aff6117</code></a> Update changelog.</li> <li><a href="https://github.com/cython/cython/commit/2ee6756d75c573da55edad5d8d10894a5ac71e31"><code>2ee6756</code></a> Merge branch '3.1.x' into 3.2.x</li> <li><a href="https://github.com/cython/cython/commit/9be46dc8e0666b6fdd9a9efe2184addcc5cd35c0"><code>9be46dc</code></a> Update changelog.</li> <li><a href="https://github.com/cython/cython/commit/6ab94443a9cab77eb07099d5703a8bbc6c54ee20"><code>6ab9444</code></a> Fix version hex in thread state save (<a href="https://redirect.github.com/cython/cython/issues/7313">#7313</a>)</li> <li><a href="https://github.com/cython/cython/commit/0a69663524d8f304e3af78aec4f3eda1620bd68a"><code>0a69663</code></a> Merge branch '3.1.x' into 3.2.x</li> <li><a href="https://github.com/cython/cython/commit/44e095182aa5c03ffdb0847b9f98d4b4eba0e34c"><code>44e0951</code></a> Prepare release of Cython 3.1.7.</li> <li><a href="https://github.com/cython/cython/commit/0d78f7290088485b666e8f7139ec2650823091d8"><code>0d78f72</code></a> Update changelog.</li> <li><a href="https://github.com/cython/cython/commit/bc041bf90ea3647a12ea54a523f8a25bf0569684"><code>bc041bf</code></a> Fix crash when assigning nested structs from a list of structs (<a href="https://redirect.github.com/cython/cython/issues/7309">GH-7309</a>)</li> <li><a href="https://github.com/cython/cython/commit/62ba6b5b4f3a2261ae4f28ca21e487a04696450f"><code>62ba6b5</code></a> Update changelog.</li> <li>Additional commits viewable in <a href="https://github.com/cython/cython/compare/3.2.0...3.2.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cython&package-manager=uv&previous-version=3.2.0&new-version=3.2.1)](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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f1e9ba6 commit 4644687

File tree

2 files changed

+36
-36
lines changed

2 files changed

+36
-36
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ dev = [
111111
"pytest-mock==3.15.1",
112112
"pyspark[connect]==4.0.1",
113113
"protobuf==6.33.0", # match Spark Connect's gencode
114-
"cython==3.2.0",
114+
"cython==3.2.1",
115115
"deptry>=0.14,<0.24",
116116
"docutils!=0.21.post1",
117117
"mypy-boto3-glue>=1.28.18",

0 commit comments

Comments
 (0)