8000 chore(deps): update dependency google-cloud-bigquery-storage to v2.6.… · jasonfmorton/python-docs-samples@5efd458 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5efd458

Browse files
authored
chore(deps): update dependency google-cloud-bigquery-s 8000 torage to v2.6.0 (GoogleCloudPlatform#6279)
1 parent 1f5e8c9 commit 5efd458

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bigquery/bqml/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
google-cloud-bigquery[pandas,bqstorage]==2.20.0
2-
google-cloud-bigquery-storage==2.5.0
2+
google-cloud-bigquery-storage==2.6.0
33
pandas==1.1.5; python_version < '3.7'
44
pandas==1.2.0; python_version > '3.6'
55
pyarrow==4.0.1

bigquery/datalab-migration/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
grpcio==1.38.1
22
google-cloud-bigquery[pandas,pyarrow]==2.20.0
3-
google-cloud-bigquery-storage==2.5.0
3+
google-cloud-bigquery-storage==2.6.0
44
datalab==1.2.0
55
ipython==7.18.1; python_version > '3.6'
66
ipython==7.16.1; python_version < '3.7'

bigquery/pandas-gbq-migration/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
google-cloud-bigquery==2.20.0
2-
google-cloud-bigquery-storage==2.5.0
2+
google-cloud-bigquery-storage==2.6.0
33
pandas==1.1.5; python_version < '3.7'
44
pandas==1.2.4; python_version > '3.6'
55
pandas-gbq==0.15.0; python_version > '3.6'

0 commit comments

Comments
 (0)
0