Skip to content

Commit a5a7807

Browse files
renovate-botglasnt
andauthored
chore(deps): update dependency pyarrow to v20 (#13323)
* chore(deps): update dependency pyarrow to v20 * Pin Python 3.8 versions * formatting --------- Co-authored-by: Katie McLaughlin <[email protected]>
1 parent 691e480 commit a5a7807

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bigquery/bqml/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ 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'
55
pyarrow==17.0.0; python_version <= '3.8'
6-
pyarrow==19.0.0; python_version > '3.9'
6+
pyarrow==20.0.0; python_version > '3.9'
77
flaky==3.8.1
88
mock==5.1.0

bigquery/pandas-gbq-migration/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ pandas==2.2.3; python_version > '3.8'
55
pandas-gbq==0.24.0
66
grpcio==1.69.0
77
pyarrow==17.0.0; python_version <= '3.8'
8-
pyarrow==19.0.0; python_version > '3.9'
8+
pyarrow==20.0.0; python_version > '3.9'

0 commit comments

Comments
 (0)