dependabot[bot] opened a new pull request, #597: URL: https://github.com/apache/arrow-datafusion-python/pull/597
Bumps [pyo3](https://github.com/pyo3/pyo3) from 0.20.2 to 0.20.3. <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.20.3</h2> <p>This is a stability & compatibility release to fix a couple of minor compilation edge cases from PyO3 0.20.2.</p> <p>The <code>portable-atomic</code> dependency has been added to resolve compile failures on platforms without 64-bit atomic support.</p> <p>A maximum Python version check (currently for Python 3.12) has been added to prevent using old PyO3 code against future Python versions beyond the supported range.</p> <p>Thank you to the following users for the improvements:</p> <p><a href="https://github.com/adamreichold"><code>@​adamreichold</code></a> <a href="https://github.com/davidhewitt"><code>@​davidhewitt</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.20.3] - 2024-02-23</h2> <h3>Packaging</h3> <ul> <li>Add <code>portable-atomic</code> dependency. <a href="https://redirect.github.com/PyO3/pyo3/pull/3619">#3619</a></li> <li>Check maximum version of Python at build time and for versions not yet supported require opt-in to the <code>abi3</code> stable ABI by the environment variable <code>PYO3_USE_ABI3_FORWARD_COMPATIBILITY=1</code>. <a href="https://redirect.github.com/PyO3/pyo3/pull/3821">#3821</a></li> </ul> <h3>Fixed</h3> <ul> <li>Use <code>portable-atomic</code> to support platforms without 64-bit atomics. <a href="https://redirect.github.com/PyO3/pyo3/pull/3619">#3619</a></li> <li>Fix compilation failure with <code>either</code> feature enabled without <code>experimental-inspect</code> enabled. <a href="https://redirect.github.com/PyO3/pyo3/pull/3834">#3834</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/PyO3/pyo3/commit/901f54ba1fff1da69c3e2b346147b7022ee53ddc"><code>901f54b</code></a> release: 0.20.3</li> <li><a href="https://github.com/PyO3/pyo3/commit/23298629e78217ca5cd7fac77197043635392507"><code>2329862</code></a> ci: workaround more aggressive nightly rust lints</li> <li><a href="https://github.com/PyO3/pyo3/commit/284d6ee25b3d2a5d3d2a90a384faea3178fa7c45"><code>284d6ee</code></a> ci: updates for Rust 1.76</li> <li><a href="https://github.com/PyO3/pyo3/commit/482883a78c47ca729cca822d513951df365d9afb"><code>482883a</code></a> fix <code>either</code> feature conditional compilation, again (<a href="https://redirect.github.com/pyo3/pyo3/issues/3834">#3834</a>)</li> <li><a href="https://github.com/PyO3/pyo3/commit/c375c8a186398cd5e4c90f548eefee8c7d5602a2"><code>c375c8a</code></a> add maximum Python version check (<a href="https://redirect.github.com/pyo3/pyo3/issues/3821">#3821</a>)</li> <li><a href="https://github.com/PyO3/pyo3/commit/9d1b11f70459367593e4cb92919f5f98c156dda9"><code>9d1b11f</code></a> Use portable-atomic for targets which lack 64-bit atomics used to check inter...</li> <li><a href="https://github.com/PyO3/pyo3/commit/4774ded49a998d4bb021cd23664a46d33d606401"><code>4774ded</code></a> Merge pull request <a href="https://redirect.github.com/pyo3/pyo3/issues/3725">#3725</a> from PyO3/release-0.20.2</li> <li>See full diff in <a href="https://github.com/pyo3/pyo3/compare/v0.20.2...v0.20.3">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]
