diff --git a/bigquery/pandas-gbq-migration/requirements.txt b/bigquery/pandas-gbq-migration/requirements.txt index 8eecbe38c8c..64c5bcee3d6 100644 --- a/bigquery/pandas-gbq-migration/requirements.txt +++ b/bigquery/pandas-gbq-migration/requirements.txt @@ -3,5 +3,5 @@ google-cloud-bigquery-storage==0.8.0 pandas==0.25.3; python_version > '3.0' pandas==0.24.2; python_version < '3.0' pandas-gbq==0.13.1 -pyarrow==0.15.1 +pyarrow==0.17.0 grpcio==1.28.1 diff --git a/bigquery_storage/to_dataframe/requirements.txt b/bigquery_storage/to_dataframe/requirements.txt index 37431c62c30..b10d94899b1 100644 --- a/bigquery_storage/to_dataframe/requirements.txt +++ b/bigquery_storage/to_dataframe/requirements.txt @@ -1,7 +1,7 @@ google-auth==1.14.0 google-cloud-bigquery-storage==0.8.0 google-cloud-bigquery==1.24.0 -pyarrow==0.15.1 +pyarrow==0.17.0 ipython==7.10.2; python_version > '3.0' ipython==5.9.0; python_version < '3.0' pandas==0.25.3; python_version > '3.0'