diff --git a/bigquery/bqml/requirements.txt b/bigquery/bqml/requirements.txt index e87fac5383e0..8d3ee0bb49f7 100644 --- a/bigquery/bqml/requirements.txt +++ b/bigquery/bqml/requirements.txt @@ -2,6 +2,6 @@ google-cloud-bigquery[pandas,bqstorage]==2.7.0 google-cloud-bigquery-storage==2.2.1 pandas==1.1.5; python_version < '3.7' pandas==1.2.0; python_version > '3.6' -pyarrow==2.0.0 +pyarrow==3.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 2b8eb2e32723..b01ef87e4ac6 100644 --- a/bigquery/datalab-migration/requirements.txt +++ b/bigquery/datalab-migration/requirements.txt @@ -4,4 +4,4 @@ google-cloud-bigquery-storage==2.2.1 datalab==1.2.0 ipython==7.18.1; python_version > '3.6' ipython==7.16.1; python_version < '3.7' -pyarrow==2.0.0 +pyarrow==3.0.0 diff --git a/bigquery/pandas-gbq-migration/requirements.txt b/bigquery/pandas-gbq-migration/requirements.txt index 5c409c24a58c..f820b9f8f53e 100644 --- a/bigquery/pandas-gbq-migration/requirements.txt +++ b/bigquery/pandas-gbq-migration/requirements.txt @@ -3,5 +3,5 @@ google-cloud-bigquery-storage==2.2.1 pandas==1.1.5; python_version < '3.7' pandas==1.2.0; python_version > '3.6' pandas-gbq==0.14.1 -pyarrow==2.0.0 +pyarrow==3.0.0 grpcio==1.35.0 diff --git a/data-science-onramp/data-cleaning/requirements-test.txt b/data-science-onramp/data-cleaning/requirements-test.txt index fcbdcf3ca185..e9a307b300d4 100644 --- a/data-science-onramp/data-cleaning/requirements-test.txt +++ b/data-science-onramp/data-cleaning/requirements-test.txt @@ -2,4 +2,4 @@ pytest==6.2.1 pandas==1.1.5; python_version < '3.7' pandas==1.2.0; python_version > '3.6' google-cloud-bigquery==2.7.0 -pyarrow==2.0.0 +pyarrow==3.0.0