Skip to content

Commit

Permalink
chore(deps): update dependency pyarrow to v14 [security] (#1718)
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

* pin pyarrow to 12.0.1 for python 3.7

* 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 2fb7260 commit 58b3152
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion samples/geography/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ packaging==23.1
pandas===1.3.5; python_version == '3.7'
pandas==2.0.3; python_version >= '3.8'
proto-plus==1.22.3
pyarrow==12.0.1
pyarrow==12.0.1; python_version == '3.7'
pyarrow==14.0.1; python_version >= '3.8'
pyasn1==0.5.0
pyasn1-modules==0.3.0
pycparser==2.21
Expand Down
3 changes: 2 additions & 1 deletion samples/magics/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ matplotlib===3.5.3; python_version == '3.7'
matplotlib==3.7.2; python_version >= '3.8'
pandas===1.3.5; python_version == '3.7'
pandas==2.0.3; python_version >= '3.8'
pyarrow==12.0.1
pyarrow==12.0.1; python_version == '3.7'
pyarrow==14.0.1; python_version >= '3.8'
pytz==2023.3
typing-extensions==4.7.1
3 changes: 2 additions & 1 deletion samples/snippets/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ matplotlib===3.5.3; python_version == '3.7'
matplotlib==3.7.2; python_version >= '3.8'
pandas===1.3.5; python_version == '3.7'
pandas==2.0.3; python_version >= '3.8'
pyarrow==12.0.1
pyarrow==12.0.1; python_version == '3.7'
pyarrow==14.0.1; python_version >= '3.8'
pytz==2023.3
typing-extensions==4.7.1

0 comments on commit 58b3152

Please sign in to comment.