Skip to content

Commit 30cad98

Browse files
chore(deps): update all dependencies (#898)
* chore(deps): update all dependencies * pin ipython===8.33.0 for python 3.10 --------- Co-authored-by: Lingqing Gan <lingqing.gan@gmail.com>
1 parent 5583473 commit 30cad98

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
google-cloud-bigquery-storage==2.28.0
2-
google-cloud-bigquery==3.29.0
2+
google-cloud-bigquery==3.30.0

bigquery_storage/to_dataframe/requirements.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
google-auth==2.38.0
22
google-cloud-bigquery-storage==2.28.0
3-
google-cloud-bigquery==3.29.0
3+
google-cloud-bigquery==3.30.0
44
pyarrow===12.0.1; python_version == '3.7'
55
pyarrow===17.0.0; python_version == '3.8'
66
pyarrow==19.0.1; python_version >= '3.9'
77
ipython===7.31.1; python_version == '3.7'
88
ipython===8.10.0; python_version == '3.8'
99
ipython===8.18.1; python_version == '3.9'
10-
ipython==8.32.0; python_version >= '3.10'
10+
ipython===8.33.0; python_version == '3.10'
11+
ipython==9.0.0; python_version >= '3.11'
1112
ipywidgets==8.1.5
1213
pandas===1.3.5; python_version == '3.7'
1314
pandas===2.0.3; python_version == '3.8'

0 commit comments

Comments
 (0)