From 59681eb63848430b1b177ad94ba7a5f5c04e95e5 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Mon, 4 Nov 2024 03:22:54 -0500 Subject: [PATCH] fix(deps): Update dependency pyarrow to v18 (#130) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [pyarrow](https://togithub.com/apache/arrow) | major | `==17.0.0` -> `==18.0.0` | --- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e869cec..c295ac9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ black==24.10.0 grpcio-tools==1.67.1 grpcio==1.67.1 protobuf==5.28.3 -pyarrow==17.0.0 +pyarrow==18.0.0 pytest==8.3.3