From 12a94e98f109db1534aeddec60b7d96b2ccc4e9c Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Sat, 23 Nov 2024 20:08:48 +0100 Subject: [PATCH] chore(deps): update dependency pyarrow to v18 (#1345) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [pyarrow](https://redirect.github.com/apache/arrow) | `15.0.2` -> `18.0.0` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/pyarrow/18.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/pyarrow/18.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/pyarrow/15.0.2/18.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/pyarrow/15.0.2/18.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the warning logs for more information. --- ### Release Notes
apache/arrow (pyarrow) ### [`v18.0.0`](https://redirect.github.com/apache/arrow/releases/tag/apache-arrow-18.0.0): Apache Arrow 18.0.0 Release Notes URL: https://arrow.apache.org/release/18.0.0.html ### [`v16.1.0`](https://redirect.github.com/apache/arrow/compare/apache-arrow-16.0.0...apache-arrow-16.1.0) ### [`v16.0.0`](https://redirect.github.com/apache/arrow/compare/apache-arrow-15.0.2...apache-arrow-16.0.0)
--- ### Configuration 📅 **Schedule**: Branch creation - "every 3 months on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/GoogleCloudPlatform/generative-ai). --- gemini/sample-apps/llamaindex-rag/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gemini/sample-apps/llamaindex-rag/pyproject.toml b/gemini/sample-apps/llamaindex-rag/pyproject.toml index 8c4e970c5c..8566fa828e 100644 --- a/gemini/sample-apps/llamaindex-rag/pyproject.toml +++ b/gemini/sample-apps/llamaindex-rag/pyproject.toml @@ -187,7 +187,7 @@ prometheus-client = "0.21.0" proto-plus = "1.24.0" protobuf = "4.25.5" ptyprocess = "0.7.0" -pyarrow = "15.0.2" +pyarrow = "18.0.0" pyarrow-hotfix = "0.6" pyasn1 = "0.6.1" pyasn1-modules = "0.4.1"