Skip to content

Commit

Permalink
chore(deps): update dependency pyarrow to v15 (#11133)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency pyarrow to v15

* Update requirements.txt

---------

Co-authored-by: Karl Weinmeister <[email protected]>
  • Loading branch information
renovate-bot and kweinmeister authored Mar 19, 2024
1 parent fbe6eab commit d14d733
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 @@ -2,6 +2,6 @@ google-cloud-bigquery[pandas,bqstorage]==3.11.4
google-cloud-bigquery-storage==2.19.1
pandas==1.3.5; python_version == '3.7'
pandas==2.0.1; python_version > '3.7'
pyarrow==14.0.1
pyarrow==15.0.0
flaky==3.7.0
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 @@ -7,6 +7,6 @@ pandas-gbq==0.19.2; 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.59.3
pyarrow==14.0.1; python_version > '3.6'
pyarrow==15.0.0; python_version > '3.6'
# pyarrow==6.0.1 is the latest compatible version for pandas-gbq 0.14.1
pyarrow==14.0.1; python_version < '3.7'
pyarrow==14.01; python_version < '3.7'

0 comments on commit d14d733

Please sign in to comment.