Skip to content

Commit

Permalink
chore(deps): update dependency pyarrow to v17 (#12030)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Aug 19, 2024
1 parent 593cf65 commit 5fdfd82
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bigquery/bqml/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ google-cloud-bigquery-storage==2.19.1
pandas==1.3.5; python_version == '3.7'
pandas==2.0.3; python_version == '3.8'
pandas==2.2.2; python_version > '3.8'
pyarrow==16.0.0
pyarrow==17.0.0
flaky==3.8.1
mock==5.0.2
4 changes: 2 additions & 2 deletions bigquery/pandas-gbq-migration/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ pandas-gbq==0.22.0; 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.62.1
pyarrow==16.0.0; python_version > '3.6'
pyarrow==17.0.0; python_version > '3.6'
# pyarrow==6.0.1 is the latest compatible version for pandas-gbq 0.14.1
pyarrow==16.0.0; python_version < '3.7'
pyarrow==17.0.0; python_version < '3.7'

0 comments on commit 5fdfd82

Please sign in to comment.