From 21c3defbd2dc8f0ecb936c557d4da7a3947d9749 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 23:27:18 +0000 Subject: [PATCH] Bump pyarrow Bumps the pip group with 1 update in the /skills/cloud/agent-platform-tuning/references directory: [pyarrow](https://github.com/apache/arrow). Updates `pyarrow` from 19.0.1 to 23.0.1 - [Release notes](https://github.com/apache/arrow/releases) - [Commits](https://github.com/apache/arrow/compare/apache-arrow-19.0.1...apache-arrow-23.0.1) --- updated-dependencies: - dependency-name: pyarrow dependency-version: 23.0.1 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- skills/cloud/agent-platform-tuning/references/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skills/cloud/agent-platform-tuning/references/requirements.txt b/skills/cloud/agent-platform-tuning/references/requirements.txt index 343987574d..1009837cf8 100644 --- a/skills/cloud/agent-platform-tuning/references/requirements.txt +++ b/skills/cloud/agent-platform-tuning/references/requirements.txt @@ -3,5 +3,5 @@ numpy==2.4.2 pandas==3.0.1 datasets==2.18.0 smart_open[gcs]==7.5.1 -pyarrow==19.0.1 +pyarrow==23.0.1 google-genai==1.73.1