From 1f55871c28af26241a64aff6c10c5ab341b83708 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Thu, 9 Nov 2023 21:18:04 +0100 Subject: [PATCH] chore(deps): update dependency pyarrow to v14 (#10891) * chore(deps): update dependency pyarrow to v14 * Update bigquery/pandas-gbq-migration/requirements.txt Co-authored-by: Leah E. Cole <6719667+leahecole@users.noreply.github.com> --------- Co-authored-by: Lingqing Gan Co-authored-by: Leah E. Cole <6719667+leahecole@users.noreply.github.com> --- bigquery/bqml/requirements.txt | 2 +- bigquery/pandas-gbq-migration/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 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..cae7df8c3304 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'