-
Notifications
You must be signed in to change notification settings - Fork 414
Build: Bump pandas from 2.3.0 to 2.3.1 #2181
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [pandas](https://github.com/pandas-dev/pandas) from 2.3.0 to 2.3.1. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](pandas-dev/pandas@v2.3.0...v2.3.1) --- updated-dependencies: - dependency-name: pandas dependency-version: 2.3.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
kevinjqliu
approved these changes
Jul 8, 2025
gabeiglio
pushed a commit
to Netflix/iceberg-python
that referenced
this pull request
Aug 13, 2025
[//]: # (dependabot-start)⚠️ **Dependabot is rebasing this PR**⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [pandas](https://github.com/pandas-dev/pandas) from 2.3.0 to 2.3.1. <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.1</h2> <p>We are pleased to announce the release of pandas 2.3.1. This release includes some improvements and fixes to the future string data type (preview feature for the upcoming pandas 3.0). We recommend that all users upgrade to this version.</p> <p>See the <a href="https://pandas.pydata.org/pandas-docs/version/2.3.1/whatsnew/v2.3.1.html">full whatsnew</a> for a list of all the changes. Pandas 2.3.1 supports Python 3.9 and higher.</p> <p>The release will be available on the conda-forge channel:</p> <pre><code>conda install pandas --channel conda-forge </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/c888af6d0bb674932007623c0867e1fbd4bdc2c6"><code>c888af6</code></a> RLS: 2.3.1</li> <li><a href="https://github.com/pandas-dev/pandas/commit/6aea30263edd6817a3ce609c263bd33ce59e5f0a"><code>6aea302</code></a> Backport PR <a href="https://redirect.github.com/pandas-dev/pandas/issues/61794">#61794</a> on branch 2.3.x (DOC: prepare 2.3.1 whatsnew notes for rel...</li> <li><a href="https://github.com/pandas-dev/pandas/commit/a160ae615fc72e709f3244314f2432706c685355"><code>a160ae6</code></a> [backport 2.3.x] BUG[string]: incorrect index downcast in DataFrame.join (<a href="https://redirect.github.com/pandas-dev/pandas/issues/61">#61</a>...</li> <li><a href="https://github.com/pandas-dev/pandas/commit/cf5db68cd1496339802f9b7694ab67913e9fb62b"><code>cf5db68</code></a> [backport 2.3.x] TST: update expected dtype for sum of decimals with pyarrow ...</li> <li><a href="https://github.com/pandas-dev/pandas/commit/50ad136c5e91b4cf00216bc55028711635e66169"><code>50ad136</code></a> Backport PR <a href="https://redirect.github.com/pandas-dev/pandas/issues/61795">#61795</a> on branch 2.3.x (DOC: add section about upcoming pandas 3....</li> <li><a href="https://github.com/pandas-dev/pandas/commit/6c762f32575ad3cafe35a4483f8a84ece9e38d5d"><code>6c762f3</code></a> Backport PR <a href="https://redirect.github.com/pandas-dev/pandas/issues/61770">#61770</a> on branch 2.3.x (BUG: Fix unpickling of string dtypes of l...</li> <li><a href="https://github.com/pandas-dev/pandas/commit/fd99ef70c981fbdd3a5adb8ab3587d369b494353"><code>fd99ef7</code></a> Backport PR <a href="https://redirect.github.com/pandas-dev/pandas/issues/61705">#61705</a> on branch 2.3.x (DOC: add pandas 3.0 migration guide for t...</li> <li><a href="https://github.com/pandas-dev/pandas/commit/4e5237db60942cb09f6252ef9f79086704128f41"><code>4e5237d</code></a> [backport 2.3.x] CI: clean up wheel build workarounds now that Cython 3.1.0 i...</li> <li><a href="https://github.com/pandas-dev/pandas/commit/4d42cd8e7e90a21b61a0f55cd07a21b40b30a599"><code>4d42cd8</code></a> Revert "[2.3.x] DEPS: Drop Python 3.9 (<a href="https://redirect.github.com/pandas-dev/pandas/issues/60792">#60792</a>)" (<a href="https://redirect.github.com/pandas-dev/pandas/issues/61755">#61755</a>)</li> <li><a href="https://github.com/pandas-dev/pandas/commit/5d32ae99292f3d5c770b65912c8b113fafb2db57"><code>5d32ae9</code></a> BLD: Build wheels for 3.9 and musllinux-aarch64 for pandas 2.3 (<a href="https://redirect.github.com/pandas-dev/pandas/issues/61569">#61569</a>)</li> <li>Additional commits viewable in <a href="https://github.com/pandas-dev/pandas/compare/v2.3.0...v2.3.1">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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependencies
Pull requests that update a dependency file
python
Pull requests that update Python code
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps pandas from 2.3.0 to 2.3.1.
Release notes
Sourced from pandas's releases.
Commits
c888af6RLS: 2.3.16aea302Backport PR #61794 on branch 2.3.x (DOC: prepare 2.3.1 whatsnew notes for rel...a160ae6[backport 2.3.x] BUG[string]: incorrect index downcast in DataFrame.join (#61...cf5db68[backport 2.3.x] TST: update expected dtype for sum of decimals with pyarrow ...50ad136Backport PR #61795 on branch 2.3.x (DOC: add section about upcoming pandas 3....6c762f3Backport PR #61770 on branch 2.3.x (BUG: Fix unpickling of string dtypes of l...fd99ef7Backport PR #61705 on branch 2.3.x (DOC: add pandas 3.0 migration guide for t...4e5237d[backport 2.3.x] CI: clean up wheel build workarounds now that Cython 3.1.0 i...4d42cd8Revert "[2.3.x] DEPS: Drop Python 3.9 (#60792)" (#61755)5d32ae9BLD: Build wheels for 3.9 and musllinux-aarch64 for pandas 2.3 (#61569)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 commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)