diff --git a/bigquery/bqml/requirements.txt b/bigquery/bqml/requirements.txt index 2eb84fef380b..70ee7711adf6 100644 --- a/bigquery/bqml/requirements.txt +++ b/bigquery/bqml/requirements.txt @@ -2,6 +2,6 @@ google-cloud-bigquery[pandas,bqstorage]==2.23.2 google-cloud-bigquery-storage==2.6.2 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 3e8189977cb1..8b992fea3ae5 100644 --- a/bigquery/datalab-migration/requirements.txt +++ b/bigquery/datalab-migration/requirements.txt @@ -4,4 +4,4 @@ google-cloud-bigquery-storage==2.6.2 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 295ddb5404be..2bd6e1e1fe98 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 74f2ca8e8124..20b90d43c2f8 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.2 -pyarrow==4.0.1 \ No newline at end of file +pyarrow==5.0.0