Skip to content

Commit 05bf585

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 c08ee08 commit 05bf585

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

packages/google-cloud-bigquery-storage/.kokoro/docker/docs/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,9 @@ google-cloud-core==2.4.2 \
149149
--hash=sha256:7459c3e83de7cb8b9ecfec9babc910efb4314030c56dd798eaad12c426f7d180 \
150150
--hash=sha256:a4fcb0e2fcfd4bfe963837fad6d10943754fd79c1a50097d68540b6eb3d67f35
151151
# via google-cloud-storage
152-
google-cloud-storage==3.0.0 \
153-
--hash=sha256:2accb3e828e584888beff1165e5f3ac61aa9088965eb0165794a82d8c7f95297 \
154-
--hash=sha256:f85fd059650d2dbb0ac158a9a6b304b66143b35ed2419afec2905ca522eb2c6a
152+
google-cloud-storage==3.1.0 \
153+
--hash=sha256:944273179897c7c8a07ee15f2e6466a02da0c7c4b9ecceac2a26017cb2972049 \
154+
--hash=sha256:eaf36966b68660a9633f03b067e4a10ce09f1377cae3ff9f2c699f69a81c66c6
155155
# via gcp-docuploader
156156
google-crc32c==1.6.0 \
157157
--hash=sha256:05e2d8c9a2f853ff116db9706b4a27350587f341eda835f46db3c0a8c8ce2f24 \
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

packages/google-cloud-bigquery-storage/samples/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)