dependabot[bot] opened a new pull request, #2079: URL: https://github.com/apache/iceberg-python/pull/2079
Bumps [pandas](https://github.com/pandas-dev/pandas) from 2.2.3 to 2.3.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pandas-dev/pandas/releases">pandas's releases</a>.</em></p> <blockquote> <h2>Pandas 2.3.0</h2> <p>We are pleased to announce the release of pandas 2.3.0. This release includes some new features, bug fixes, and performance improvements. We recommend that all users upgrade to this version.</p> <p>See the <a href="https://pandas.pydata.org/pandas-docs/version/2.3.0/whatsnew/v2.3.0.html">full whatsnew</a> for a list of all the changes. Pandas 2.3.0 supports Python 3.10 and higher.</p> <p>The release will be available on the defaults and conda-forge channels:</p> <pre><code>conda install -c conda-forge pandas </code></pre> <p>Or via PyPI:</p> <pre><code>python3 -m pip install --upgrade pandas </code></pre> <p>Please report any issues with the release on the <a href="https://github.com/pandas-dev/pandas/issues">pandas issue tracker</a>.</p> <p>Thanks to all the contributors who made this release possible.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pandas-dev/pandas/commit/2cc37625532045f4ac55b27176454bbbc9baf213"><code>2cc3762</code></a> RLS: 2.3.0</li> <li><a href="https://github.com/pandas-dev/pandas/commit/4a3fb4bed5bf5315dac37416c42c9b8c977a3d8c"><code>4a3fb4b</code></a> Backport PR <a href="https://redirect.github.com/pandas-dev/pandas/issues/61560">#61560</a>: DOC: Set date for v2.3.0.rst whatsnew (<a href="https://redirect.github.com/pandas-dev/pandas/issues/61561">#61561</a>)</li> <li><a href="https://github.com/pandas-dev/pandas/commit/197644732c0f54c211376b0f3a883d37b3b873ec"><code>1976447</code></a> Backport PR <a href="https://redirect.github.com/pandas-dev/pandas/issues/61519">#61519</a>: BUILD: Bump Cython to 3.1 (<a href="https://redirect.github.com/pandas-dev/pandas/issues/61558">#61558</a>)</li> <li><a href="https://github.com/pandas-dev/pandas/commit/11c120cd203b50eb00326dd3a7c796c46e0c38eb"><code>11c120c</code></a> Backport PR <a href="https://redirect.github.com/pandas-dev/pandas/issues/61549">#61549</a> on branch 2.3.x (TST: Add error message for test_groupby_r...</li> <li><a href="https://github.com/pandas-dev/pandas/commit/061521948db74341c772bd533494eab4392bd0a6"><code>0615219</code></a> Backport PR <a href="https://redirect.github.com/pandas-dev/pandas/issues/61518">#61518</a> on branch 2.3.x (TST: Use external_error_raised for numpy-...</li> <li><a href="https://github.com/pandas-dev/pandas/commit/61a39e1f8baa29706ef34b3ec4ddff31d844a7c4"><code>61a39e1</code></a> Backport PR <a href="https://redirect.github.com/pandas-dev/pandas/issues/60739">#60739</a> on branch 2.3.x (ENH: pandas.api.interchange.from_datafram...</li> <li><a href="https://github.com/pandas-dev/pandas/commit/80c9f48542e0224c54f22c0ea4cb40fb62fd8147"><code>80c9f48</code></a> DOC: Fix formatting in indexing.rst (<a href="https://redirect.github.com/pandas-dev/pandas/issues/61480">#61480</a>)</li> <li><a href="https://github.com/pandas-dev/pandas/commit/86709da968c5c4633728d266f16de959a45f5300"><code>86709da</code></a> Backport PR <a href="https://redirect.github.com/pandas-dev/pandas/issues/61399">#61399</a>: BUG: round on object columns no longer raises a TypeError...</li> <li><a href="https://github.com/pandas-dev/pandas/commit/5bbd98bd616f0d7811c58e3e2d88473d94652d3a"><code>5bbd98b</code></a> Backport PR <a href="https://redirect.github.com/pandas-dev/pandas/issues/61423">#61423</a>: CI: Fix test failures in 32-bit environment (<a href="https://redirect.github.com/pandas-dev/pandas/issues/61437">#61437</a>)</li> <li><a href="https://github.com/pandas-dev/pandas/commit/9bb152d48a9f6e27f36703d267e757de6e94b196"><code>9bb152d</code></a> CI: Pin Cython to a specific commit Window PY3.13t builds (<a href="https://redirect.github.com/pandas-dev/pandas/issues/61261">#61261</a>)</li> <li>Additional commits viewable in <a href="https://github.com/pandas-dev/pandas/compare/v2.2.3...v2.3.0">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]
