From 784e969d84c6294f504c46c3a237a5165d962c42 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Fri, 24 Oct 2025 20:50:04 +0000 Subject: [PATCH] chore(deps): update dependency pyarrow to v22 --- bigquery/bqml/requirements.txt | 4 ++-- bigquery/pandas-gbq-migration/requirements.txt | 4 ++-- bigquery_storage/to_dataframe/requirements.txt | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bigquery/bqml/requirements.txt b/bigquery/bqml/requirements.txt index cfed3976b1d..670c6a3245b 100644 --- a/bigquery/bqml/requirements.txt +++ b/bigquery/bqml/requirements.txt @@ -2,7 +2,7 @@ google-cloud-bigquery[pandas,bqstorage]==3.27.0 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==22.0.0; python_version <= '3.8' +pyarrow==22.0.0; python_version > '3.9' flaky==3.8.1 mock==5.1.0 diff --git a/bigquery/pandas-gbq-migration/requirements.txt b/bigquery/pandas-gbq-migration/requirements.txt index 2e8f1a6e66d..146fb0fd446 100644 --- a/bigquery/pandas-gbq-migration/requirements.txt +++ b/bigquery/pandas-gbq-migration/requirements.txt @@ -5,5 +5,5 @@ pandas==2.2.3; python_version > '3.8' pandas-gbq==0.24.0 grpcio==1.70.0; python_version == '3.8' grpcio==1.74.0; python_version > '3.8' -pyarrow==17.0.0; python_version <= '3.8' -pyarrow==20.0.0; python_version > '3.9' +pyarrow==22.0.0; python_version <= '3.8' +pyarrow==22.0.0; python_version > '3.9' diff --git a/bigquery_storage/to_dataframe/requirements.txt b/bigquery_storage/to_dataframe/requirements.txt index e3b75fdaf5f..71f5f8bcd8a 100644 --- a/bigquery_storage/to_dataframe/requirements.txt +++ b/bigquery_storage/to_dataframe/requirements.txt @@ -4,7 +4,7 @@ google-cloud-bigquery===3.30.0; python_version <= '3.8' google-cloud-bigquery==3.35.1; python_version >= '3.9' pyarrow===12.0.1; python_version == '3.7' pyarrow===17.0.0; python_version == '3.8' -pyarrow==21.0.0; python_version >= '3.9' +pyarrow==22.0.0; python_version >= '3.9' ipython===7.31.1; python_version == '3.7' ipython===8.10.0; python_version == '3.8' ipython===8.18.1; python_version == '3.9'