Skip to content

Commit 9792ae0

Browse files
authored
chore(deps): update all dependencies (#1479)
1 parent 58eff2c commit 9792ae0

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

samples/geography/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ packaging==23.0
2828
pandas===1.3.5; python_version == '3.7'
2929
pandas==1.5.3; python_version >= '3.8'
3030
proto-plus==1.22.2
31-
pyarrow==10.0.1
31+
pyarrow==11.0.0
3232
pyasn1==0.4.8
3333
pyasn1-modules==0.2.8
3434
pycparser==2.21

samples/magics/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ grpcio==1.51.1
55
ipywidgets==8.0.4
66
ipython===7.31.1; python_version == '3.7'
77
ipython===8.0.1; python_version == '3.8'
8-
ipython==8.8.0; python_version >= '3.9'
8+
ipython==8.9.0; python_version >= '3.9'
99
matplotlib===3.5.3; python_version == '3.7'
1010
matplotlib==3.6.3; python_version >= '3.8'
1111
pandas===1.3.5; python_version == '3.7'
1212
pandas==1.5.3; python_version >= '3.8'
13-
pyarrow==10.0.1
13+
pyarrow==11.0.0
1414
pytz==2022.7.1
1515
typing-extensions==4.4.0

samples/snippets/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ grpcio==1.51.1
66
ipywidgets==8.0.4
77
ipython===7.31.1; python_version == '3.7'
88
ipython===8.0.1; python_version == '3.8'
9-
ipython==8.8.0; python_version >= '3.9'
9+
ipython==8.9.0; python_version >= '3.9'
1010
matplotlib===3.5.3; python_version == '3.7'
1111
matplotlib==3.6.3; python_version >= '3.8'
1212
pandas===1.3.5; python_version == '3.7'
1313
pandas==1.5.3; python_version >= '3.8'
14-
pyarrow==10.0.1
14+
pyarrow==11.0.0
1515
pytz==2022.7.1
1616
typing-extensions==4.4.0

0 commit comments

Comments
 (0)