From 4dc883b0fb855567be539203a4c1ffc3d9c54d98 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Thu, 9 Nov 2023 00:41:03 +0000 Subject: [PATCH 1/2] chore(deps): update dependency pyarrow to v14 --- bigquery/bqml/requirements.txt | 2 +- bigquery/pandas-gbq-migration/requirements.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bigquery/bqml/requirements.txt b/bigquery/bqml/requirements.txt index f5883c130401..d149521d6768 100644 --- a/bigquery/bqml/requirements.txt +++ b/bigquery/bqml/requirements.txt @@ -2,6 +2,6 @@ google-cloud-bigquery[pandas,bqstorage]==3.11.4 google-cloud-bigquery-storage==2.19.1 pandas==1.3.5; python_version == '3.7' pandas==2.0.1; python_version > '3.7' -pyarrow==13.0.0 +pyarrow==14.0.1 flaky==3.7.0 mock==5.0.2 diff --git a/bigquery/pandas-gbq-migration/requirements.txt b/bigquery/pandas-gbq-migration/requirements.txt index be79b8038d79..5a9aa15d6170 100644 --- a/bigquery/pandas-gbq-migration/requirements.txt +++ b/bigquery/pandas-gbq-migration/requirements.txt @@ -7,6 +7,6 @@ pandas-gbq==0.19.2; python_version > '3.6' # pandas-gbq==0.14.1 is the latest compatible version for Python 3.6 pandas-gbq==0.14.1; python_version < '3.7' grpcio==1.56.0 -pyarrow==13.0.0; python_version > '3.6' +pyarrow==14.0.1; python_version > '3.6' # pyarrow==6.0.1 is the latest compatible version for pandas-gbq 0.14.1 -pyarrow==6.0.1; python_version < '3.7' +pyarrow==14.0.1; python_version < '3.7' From 36436d59ebee4169042ce87acbed96a5da382ba0 Mon Sep 17 00:00:00 2001 From: Lingqing Gan Date: Thu, 9 Nov 2023 12:05:29 -0800 Subject: [PATCH 2/2] Update bigquery/pandas-gbq-migration/requirements.txt Co-authored-by: Leah E. Cole <6719667+leahecole@users.noreply.github.com> --- bigquery/pandas-gbq-migration/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bigquery/pandas-gbq-migration/requirements.txt b/bigquery/pandas-gbq-migration/requirements.txt index 5a9aa15d6170..cae7df8c3304 100644 --- a/bigquery/pandas-gbq-migration/requirements.txt +++ b/bigquery/pandas-gbq-migration/requirements.txt @@ -9,4 +9,4 @@ pandas-gbq==0.14.1; python_version < '3.7' grpcio==1.56.0 pyarrow==14.0.1; python_version > '3.6' # pyarrow==6.0.1 is the latest compatible version for pandas-gbq 0.14.1 -pyarrow==14.0.1; python_version < '3.7' +pyarrow==6.0.1; python_version < '3.7'