Skip to content

Commit

Permalink
chore(deps): update dependency pyarrow to v14 [security] (#703)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency pyarrow to v14 [security]

* pin pyarrow to 12.0.1 for python 3.7

---------

Co-authored-by: Lingqing Gan <lingqing.gan@gmail.com>
  • Loading branch information
renovate-bot and Linchin authored Nov 10, 2023
1 parent 01fedf2 commit 20b57c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion samples/to_dataframe/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
google-auth==2.22.0
google-cloud-bigquery-storage==2.22.0
google-cloud-bigquery==3.11.4
pyarrow==12.0.1
pyarrow==12.0.1; python_version == '3.7'
pyarrow==14.0.1; python_version >= '3.8'
ipython===7.31.1; python_version == '3.7'
ipython===8.10.0; python_version == '3.8'
ipython==8.14.0; python_version >= '3.9'
Expand Down

0 comments on commit 20b57c2

Please sign in to comment.