diff --git a/bigquery/bqml/requirements.txt b/bigquery/bqml/requirements.txt index f5883c1304015..d149521d6768e 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 be79b8038d795..cae7df8c3304b 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'