Skip to content

Commit 58b3152

Browse files
chore(deps): update dependency pyarrow to v14 [security] (#1718)
* 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 <[email protected]>
1 parent 2fb7260 commit 58b3152

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

samples/geography/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ packaging==23.1
2828
pandas===1.3.5; python_version == '3.7'
2929
pandas==2.0.3; python_version >= '3.8'
3030
proto-plus==1.22.3
31-
pyarrow==12.0.1
31+
pyarrow==12.0.1; python_version == '3.7'
32+
pyarrow==14.0.1; python_version >= '3.8'
3233
pyasn1==0.5.0
3334
pyasn1-modules==0.3.0
3435
pycparser==2.21

samples/magics/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ matplotlib===3.5.3; python_version == '3.7'
1010
matplotlib==3.7.2; python_version >= '3.8'
1111
pandas===1.3.5; python_version == '3.7'
1212
pandas==2.0.3; python_version >= '3.8'
13-
pyarrow==12.0.1
13+
pyarrow==12.0.1; python_version == '3.7'
14+
pyarrow==14.0.1; python_version >= '3.8'
1415
pytz==2023.3
1516
typing-extensions==4.7.1

samples/snippets/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ matplotlib===3.5.3; python_version == '3.7'
1111
matplotlib==3.7.2; python_version >= '3.8'
1212
pandas===1.3.5; python_version == '3.7'
1313
pandas==2.0.3; python_version >= '3.8'
14-
pyarrow==12.0.1
14+
pyarrow==12.0.1; python_version == '3.7'
15+
pyarrow==14.0.1; python_version >= '3.8'
1516
pytz==2023.3
1617
typing-extensions==4.7.1

0 commit comments

Comments
 (0)