Skip to content

Commit 0dac714

Browse files
renovate-botgcf-owl-bot[bot]Linchin
authored
chore(deps): update all dependencies (#1921)
* chore(deps): update all dependencies * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * pin grpcio===1.62.2 for python 3.7 support of python 3.7 is dropped starting 1.63 --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Lingqing Gan <[email protected]>
1 parent a429e8f commit 0dac714

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

samples/geography/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ google-cloud-core==2.4.1
2121
google-crc32c==1.5.0
2222
google-resumable-media==2.7.0
2323
googleapis-common-protos==1.63.0
24-
grpcio==1.62.2; python_version == '3.7'
24+
grpcio===1.62.2; python_version == '3.7'
2525
grpcio==1.63.0; python_version >= '3.8'
2626
idna==3.7
2727
munch==4.0.0
@@ -32,7 +32,7 @@ pandas===2.0.3; python_version == '3.8'
3232
pandas==2.2.2; python_version >= '3.9'
3333
proto-plus==1.23.0
3434
pyarrow==12.0.1; python_version == '3.7'
35-
pyarrow==16.0.0; python_version >= '3.8'
35+
pyarrow==16.1.0; python_version >= '3.8'
3636
pyasn1===0.5.1; python_version == '3.7'
3737
pyasn1==0.6.0; python_version >= '3.8'
3838
pyasn1-modules===0.3.0; python_version == '3.7'

samples/notebooks/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ipython===8.0.1; python_version == '3.8'
66
ipython===8.18.1; python_version >= '3.9'
77
matplotlib===3.5.3; python_version == '3.7'
88
matplotlib===3.7.4; python_version == '3.8'
9-
matplotlib==3.8.4; python_version >= '3.9'
9+
matplotlib==3.9.0; python_version >= '3.9'
1010
pandas===1.3.5; python_version == '3.7'
1111
pandas===2.0.3; python_version == '3.8'
1212
pandas==2.2.2; python_version >= '3.9'

0 commit comments

Comments
 (0)