Skip to content

Commit 0cc0fc0

Browse files
authored
fix(deps): Update dependency pandas to v2.2.2 (#160)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [pandas](https://pandas.pydata.org) ([source](https://togithub.com/pandas-dev/pandas)) | patch | `==2.2.1` -> `==2.2.2` | --- ### Release Notes <details> <summary>pandas-dev/pandas (pandas)</summary> ### [`v2.2.2`](https://togithub.com/pandas-dev/pandas/releases/tag/v2.2.2): Pandas 2.2.2 [Compare Source](https://togithub.com/pandas-dev/pandas/compare/v2.2.1...v2.2.2) We are pleased to announce the release of pandas 2.2.2. 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.2.2/whatsnew/v2.2.2.html) for a list of all the changes. Pandas 2.2.2 supports Python 3.9 and higher. The release will be available on the defaults and conda-forge channels: conda install pandas Or via PyPI: python3 -m pip install --upgrade pandas Please report any issues with the release on the [pandas issue tracker](https://togithub.com/pandas-dev/pandas/issues). Thanks to all the contributors who made this release possible. </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMzAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjMzMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
1 parent 21c5de7 commit 0cc0fc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"MarkupSafe==2.1.5",
2121
"numpy==1.26.4",
2222
"packaging==24.0",
23-
"pandas==2.2.1",
23+
"pandas==2.2.2",
2424
"pluggy==1.4.0",
2525
"protobuf==4.25.3",
2626
"pyarrow==15.0.2",

0 commit comments

Comments
 (0)