From ee382caaa700b86c5a1cc05b5efa06797de47860 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 22:42:53 +0000 Subject: [PATCH] chore(deps): bump pyarrow from 20.0.0 to 23.0.1 in /bigquery/bqml Bumps [pyarrow](https://github.com/apache/arrow) from 20.0.0 to 23.0.1. - [Release notes](https://github.com/apache/arrow/releases) - [Commits](https://github.com/apache/arrow/compare/apache-arrow-20.0.0...apache-arrow-23.0.1) --- updated-dependencies: - dependency-name: pyarrow dependency-version: 23.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- bigquery/bqml/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bigquery/bqml/requirements.txt b/bigquery/bqml/requirements.txt index cfed3976b1d..314a18a6515 100644 --- a/bigquery/bqml/requirements.txt +++ b/bigquery/bqml/requirements.txt @@ -3,6 +3,6 @@ google-cloud-bigquery-storage==2.27.0 pandas==2.0.3; python_version == '3.8' pandas==2.2.3; python_version > '3.8' pyarrow==17.0.0; python_version <= '3.8' -pyarrow==20.0.0; python_version > '3.9' +pyarrow==23.0.1; python_version > '3.9' flaky==3.8.1 mock==5.1.0