diff --git a/bigquery/bqml/requirements.txt b/bigquery/bqml/requirements.txt index d149521d6768..341cf6e01b5a 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==14.0.1 +pyarrow==15.0.0 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 f78e893a64e0..e71a39c66cfa 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.59.3 -pyarrow==14.0.1; python_version > '3.6' +pyarrow==15.0.0; 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==14.01; python_version < '3.7'