diff --git a/bigquery/bqml/requirements.txt b/bigquery/bqml/requirements.txt index c511b62074..3d3345cc78 100644 --- a/bigquery/bqml/requirements.txt +++ b/bigquery/bqml/requirements.txt @@ -2,6 +2,6 @@ google-cloud-bigquery[pandas,bqstorage]==3.27.0 google-cloud-bigquery-storage==2.27.0 pandas==2.0.3; python_version == '3.8' pandas==2.2.3; python_version > '3.8' -pyarrow==24.0.0 +pyarrow==25.0.0 flaky==3.8.1 mock==5.1.0 diff --git a/bigquery/pandas-gbq-migration/requirements.txt b/bigquery/pandas-gbq-migration/requirements.txt index cec3110949..bce42d3942 100644 --- a/bigquery/pandas-gbq-migration/requirements.txt +++ b/bigquery/pandas-gbq-migration/requirements.txt @@ -5,4 +5,4 @@ pandas==2.2.3; python_version > '3.8' pandas-gbq==0.24.0 grpcio==1.70.0; python_version == '3.8' grpcio==1.74.0; python_version > '3.8' -pyarrow==24.0.0 +pyarrow==25.0.0 diff --git a/bigquery_storage/to_dataframe/requirements.txt b/bigquery_storage/to_dataframe/requirements.txt index 6ab84896a6..52aa70c717 100644 --- a/bigquery_storage/to_dataframe/requirements.txt +++ b/bigquery_storage/to_dataframe/requirements.txt @@ -2,7 +2,7 @@ google-auth==2.40.3 google-cloud-bigquery-storage==2.32.0 google-cloud-bigquery==3.30.0; python_version <= '3.8' google-cloud-bigquery==3.35.1; python_version >= '3.9' -pyarrow==24.0.0 +pyarrow==25.0.0 ipython==7.31.1; python_version == '3.7' ipython==8.10.0; python_version == '3.8' ipython==8.18.1; python_version == '3.9'