Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 03acb36

Browse files
authored
fix(deps): Update dependency pandas to v2.3.2 (#314)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [pandas](https://redirect.github.com/pandas-dev/pandas) | minor | `==2.2.3` -> `==2.3.2` | --- ### Release Notes <details> <summary>pandas-dev/pandas (pandas)</summary> ### [`v2.3.2`](https://redirect.github.com/pandas-dev/pandas/releases/tag/v2.3.2): Pandas 2.3.2 [Compare Source](https://redirect.github.com/pandas-dev/pandas/compare/v2.3.1...v2.3.2) We are pleased to announce the release of pandas 2.3.2. 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. See the [full whatsnew](https://pandas.pydata.org/pandas-docs/version/2.3/whatsnew/v2.3.2.html) for a list of all the changes. Pandas 2.3.2 supports Python 3.9 and higher. The release will be available on the conda-forge channel: conda install pandas --channel conda-forge Or via PyPI: python3 -m pip install --upgrade pandas Please report any issues with the release on the [pandas issue tracker](https://redirect.github.com/pandas-dev/pandas/issues). Thanks to all the contributors who made this release possible. ### [`v2.3.1`](https://redirect.github.com/pandas-dev/pandas/releases/tag/v2.3.1): Pandas 2.3.1 [Compare Source](https://redirect.github.com/pandas-dev/pandas/compare/v2.3.0...v2.3.1) 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. See the [full whatsnew](https://pandas.pydata.org/pandas-docs/version/2.3.1/whatsnew/v2.3.1.html) for a list of all the changes. Pandas 2.3.1 supports Python 3.9 and higher. The release will be available on the conda-forge channel: conda install pandas --channel conda-forge Or via PyPI: python3 -m pip install --upgrade pandas Please report any issues with the release on the [pandas issue tracker](https://redirect.github.com/pandas-dev/pandas/issues). Thanks to all the contributors who made this release possible. ### [`v2.3.0`](https://redirect.github.com/pandas-dev/pandas/releases/tag/v2.3.0): Pandas 2.3.0 [Compare Source](https://redirect.github.com/pandas-dev/pandas/compare/v2.2.3...v2.3.0) 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. See the [full whatsnew](https://pandas.pydata.org/pandas-docs/version/2.3.0/whatsnew/v2.3.0.html) for a list of all the changes. Pandas 2.3.0 supports Python 3.10 and higher. The release will be available on the defaults and conda-forge channels: conda install -c conda-forge pandas Or via PyPI: python3 -m pip install --upgrade pandas Please report any issues with the release on the [pandas issue tracker](https://redirect.github.com/pandas-dev/pandas/issues). Thanks to all the contributors who made this release possible. </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4yMi4xIiwidXBkYXRlZEluVmVyIjoiNDAuMjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIl19-->
1 parent a7a8125 commit 03acb36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"MarkupSafe==3.0.2",
2121
"numpy==2.3.2",
2222
"packaging==24.2",
23-
"pandas==2.2.3",
23+
"pandas==2.3.2",
2424
"pluggy==1.5.0",
2525
"protobuf>=6.31.1",
2626
"pyarrow==19.0.1",

0 commit comments

Comments
 (0)