dependabot[bot] opened a new pull request, #14972:
URL: https://github.com/apache/datafusion/pull/14972

   Bumps [pyo3](https://github.com/pyo3/pyo3) from 0.23.4 to 0.23.5.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/pyo3/pyo3/releases";>pyo3's 
releases</a>.</em></p>
   <blockquote>
   <h2>PyO3 0.23.5</h2>
   <p>This release is a final set of backports onto the PyO3 0.23 series:</p>
   <ul>
   <li>PyPy 3.11 support</li>
   <li>Fixes to <code>#[pyclass(freelist)]</code> on free-threaded Python 
3.13</li>
   <li>Fix to <code>Python::run</code> for a case when 
<code>__builtins__</code> is not loaded correctly on Python 3.10+</li>
   </ul>
   <p>Thank you to the following contributors for the improvements:</p>
   <p><a href="https://github.com/arielb1";><code>@​arielb1</code></a>
   <a href="https://github.com/Icxolu";><code>@​Icxolu</code></a>
   <a href="https://github.com/LilyFoote";><code>@​LilyFoote</code></a>
   <a href="https://github.com/mattip";><code>@​mattip</code></a>
   <a href="https://github.com/mgorny";><code>@​mgorny</code></a>
   <a href="https://github.com/ngoldbaum";><code>@​ngoldbaum</code></a></p>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md";>pyo3's 
changelog</a>.</em></p>
   <blockquote>
   <h2>[0.23.5] - 2025-02-22</h2>
   <h3>Packaging</h3>
   <ul>
   <li>Add support for PyPy3.11 <a 
href="https://redirect.github.com/PyO3/pyo3/pull/4760";>#4760</a></li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>Fix thread-unsafe implementation of freelist pyclasses on the 
free-threaded build. <a 
href="https://redirect.github.com/PyO3/pyo3/pull/4902";>#4902</a></li>
   <li>Re-enable a workaround for situations where CPython incorrectly does not 
add <code>__builtins__</code> to <code>__globals__</code> in code executed by 
<code>Python::py_run</code> (was removed in PyO3 0.23.0). <a 
href="https://redirect.github.com/PyO3/pyo3/pull/4921";>#4921</a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/PyO3/pyo3/commit/e34ad5fe69dbf4195961a810f7e009c45ef0cc40";><code>e34ad5f</code></a>
 release: 0.23.5 (<a 
href="https://redirect.github.com/pyo3/pyo3/issues/4929";>#4929</a>)</li>
   <li><a 
href="https://github.com/PyO3/pyo3/commit/7599bdaee2efa1fc182595a02f42811db8ab153f";><code>7599bda</code></a>
 Use a critical section to serialize adding builtins to globals (<a 
href="https://redirect.github.com/pyo3/pyo3/issues/4921";>#4921</a>)</li>
   <li><a 
href="https://github.com/PyO3/pyo3/commit/0ab9dc6b8688dc7fd23969b19afd80d7023cba61";><code>0ab9dc6</code></a>
 bump <code>benchmarks</code> ci base image (<a 
href="https://redirect.github.com/pyo3/pyo3/issues/4912";>#4912</a>)</li>
   <li><a 
href="https://github.com/PyO3/pyo3/commit/ea4142b9744a131a68c6ef62ab1404e171e42b12";><code>ea4142b</code></a>
 avoid FailedHealthCheck in test_double (<a 
href="https://redirect.github.com/pyo3/pyo3/issues/4879";>#4879</a>)</li>
   <li><a 
href="https://github.com/PyO3/pyo3/commit/e1630fbeb0f88f7b332436d026d19c79c969170f";><code>e1630fb</code></a>
 fix multithreaded access to freelist pyclasses (<a 
href="https://redirect.github.com/pyo3/pyo3/issues/4902";>#4902</a>)</li>
   <li><a 
href="https://github.com/PyO3/pyo3/commit/108abb4602b9428d3e2bfb0654d92bb3eaf0f273";><code>108abb4</code></a>
 Fix manual_ok_err clippy lint on nightly (<a 
href="https://redirect.github.com/pyo3/pyo3/issues/4886";>#4886</a>)</li>
   <li><a 
href="https://github.com/PyO3/pyo3/commit/ce2d6e9ca296875038dceec4b0768e9577cdde9f";><code>ce2d6e9</code></a>
 Add PyPy3.11 (<a 
href="https://redirect.github.com/pyo3/pyo3/issues/4760";>#4760</a>)</li>
   <li>See full diff in <a 
href="https://github.com/pyo3/pyo3/compare/v0.23.4...v0.23.5";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pyo3&package-manager=cargo&previous-version=0.23.4&new-version=0.23.5)](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: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to