Skip to content

Commit 6c2ee73

Browse files
chore(deps): update dependency grpcio to v1.37.0 (GoogleCloudPlatform#5662)
Co-authored-by: Leah E. Cole <6719667+leahecole@users.noreply.github.com>
1 parent ea1c4c0 commit 6c2ee73

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

bigquery/datalab-migration/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
grpcio==1.36.1
1+
grpcio==1.37.0
22
google-cloud-bigquery[pandas,pyarrow]==2.13.1
33
google-cloud-bigquery-storage==2.4.0
44
datalab==1.2.0

bigquery/pandas-gbq-migration/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ pandas==1.2.0; python_version > '3.6'
55
pandas-gbq==0.15.0; python_version > '3.6'
66
pandas-gbq==0.14.1; python_version < '3.7'
77
pyarrow==3.0.0
8-
grpcio==1.36.1
8+
grpcio==1.37.0

media/transcoder/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
google-api-python-client==2.1.0
2-
grpcio==1.36.1
2+
grpcio==1.37.0
33
google-cloud-video-transcoder==0.3.0

opencensus/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
grpcio==1.36.1
1+
grpcio==1.37.0
22
opencensus-ext-stackdriver==0.7.4
33
opencensus==0.7.12

trace/cloud-trace-demo-app/app/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ Flask==1.1.2
55
opencensus-ext-stackdriver==0.7.4
66
opencensus-ext-flask==0.7.4
77
opencensus-context==0.1.2
8-
grpcio==1.36.1
8+
grpcio==1.37.0
99
httpretty==1.0.5

0 commit comments

Comments
 (0)