Skip to content

Commit c4a0c5a

Browse files
authored
fix(deps): Update dependency pyarrow to v23 (#366)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [pyarrow](https://redirect.github.com/apache/arrow) | major | `==21.0.0` -> `==23.0.0` | --- ### 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:eyJjcmVhdGVkSW5WZXIiOiI0MC4yMi4xIiwidXBkYXRlZEluVmVyIjoiNDAuMjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
1 parent 21458ad commit c4a0c5a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
"pandas==3.0.0",
2424
"pluggy==1.6.0",
2525
"protobuf>=6.31.1",
26-
"pyarrow==21.0.0",
26+
"pyarrow==23.0.0",
27+
"pyarrow==23.0.0",
2728
"pytest==9.0.2",
2829
"python-dateutil>=2.8.1",
2930
"pytz==2025.2",

0 commit comments

Comments
 (0)