Skip to content

Commit dbf1c9b

Browse files
committed
chore(bigquery): bump pyarrow to 24.0.0 to fix dependabot alert
- Bumped `pyarrow` to 24.0.0 in `bigquery/bqml`, `bigquery/pandas-gbq-migration`, and `bigquery_storage/to_dataframe` to address a Dependabot vulnerability. - Simplified dependency entries by removing Python version constraints for `pyarrow`.
1 parent ce8d461 commit dbf1c9b

3 files changed

Lines changed: 3 additions & 7 deletions

File tree

bigquery/bqml/requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ google-cloud-bigquery[pandas,bqstorage]==3.27.0
22
google-cloud-bigquery-storage==2.27.0
33
pandas==2.0.3; python_version == '3.8'
44
pandas==2.2.3; python_version > '3.8'
5-
pyarrow==17.0.0; python_version <= '3.8'
6-
pyarrow==20.0.0; python_version > '3.9'
5+
pyarrow==24.0.0
76
flaky==3.8.1
87
mock==5.1.0

bigquery/pandas-gbq-migration/requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,4 @@ pandas==2.2.3; python_version > '3.8'
55
pandas-gbq==0.24.0
66
grpcio==1.70.0; python_version == '3.8'
77
grpcio==1.74.0; python_version > '3.8'
8-
pyarrow==17.0.0; python_version <= '3.8'
9-
pyarrow==20.0.0; python_version > '3.9'
8+
pyarrow==24.0.0

bigquery_storage/to_dataframe/requirements.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ google-auth==2.40.3
22
google-cloud-bigquery-storage==2.32.0
33
google-cloud-bigquery===3.30.0; python_version <= '3.8'
44
google-cloud-bigquery==3.35.1; python_version >= '3.9'
5-
pyarrow===12.0.1; python_version == '3.7'
6-
pyarrow===17.0.0; python_version == '3.8'
7-
pyarrow==21.0.0; python_version >= '3.9'
5+
pyarrow===24.0.0
86
ipython===7.31.1; python_version == '3.7'
97
ipython===8.10.0; python_version == '3.8'
108
ipython===8.18.1; python_version == '3.9'

0 commit comments

Comments
 (0)