From 53f2fca1128cddf0fa053f319acf6fa8353ea564 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 28 Jul 2021 22:41:28 +0000 Subject: [PATCH] chore(deps): update dependency pyarrow to v5 --- bigquery/bqml/requirements.txt | 2 +- bigquery/datalab-migration/requirements.txt | 2 +- bigquery/pandas-gbq-migration/requirements.txt | 2 +- data-science-onramp/data-processing/requirements-test.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bigquery/bqml/requirements.txt b/bigquery/bqml/requirements.txt index 227aa44a31e..ee777d195ca 100644 --- a/bigquery/bqml/requirements.txt +++ b/bigquery/bqml/requirements.txt @@ -2,6 +2,6 @@ google-cloud-bigquery[pandas,bqstorage]==2.23.0 google-cloud-bigquery-storage==2.6.1 pandas==1.1.5; python_version < '3.7' pandas==1.2.0; python_version > '3.6' -pyarrow==4.0.1 +pyarrow==5.0.0 flaky==3.7.0 mock==4.0.3 diff --git a/bigquery/datalab-migration/requirements.txt b/bigquery/datalab-migration/requirements.txt index ea52ef24c73..efe7ea81005 100644 --- a/bigquery/datalab-migration/requirements.txt +++ b/bigquery/datalab-migration/requirements.txt @@ -4,4 +4,4 @@ google-cloud-bigquery-storage==2.6.1 datalab==1.2.0 ipython==7.18.1; python_version > '3.6' ipython==7.16.1; python_version < '3.7' -pyarrow==4.0.1 +pyarrow==5.0.0 diff --git a/bigquery/pandas-gbq-migration/requirements.txt b/bigquery/pandas-gbq-migration/requirements.txt index 9bda260debe..b6f4cce777a 100644 --- a/bigquery/pandas-gbq-migration/requirements.txt +++ b/bigquery/pandas-gbq-migration/requirements.txt @@ -4,5 +4,5 @@ pandas==1.1.5; python_version < '3.7' pandas==1.2.4; python_version > '3.6' pandas-gbq==0.15.0; python_version > '3.6' pandas-gbq==0.14.1; python_version < '3.7' -pyarrow==4.0.1 +pyarrow==5.0.0 grpcio==1.39.0 diff --git a/data-science-onramp/data-processing/requirements-test.txt b/data-science-onramp/data-processing/requirements-test.txt index 848e94e25ae..73f0dc7131c 100644 --- a/data-science-onramp/data-processing/requirements-test.txt +++ b/data-science-onramp/data-processing/requirements-test.txt @@ -2,4 +2,4 @@ pytest==6.2.4 pandas==1.1.5; python_version < '3.7' pandas==1.2.0; python_version > '3.6' google-cloud-bigquery==2.23.0 -pyarrow==4.0.1 \ No newline at end of file +pyarrow==5.0.0 \ No newline at end of file