Skip to content

Commit 1037f90

Browse files
authored
chore(deps): update dependency grpcio to v1.36.1 (GoogleCloudPlatform#5444)
1 parent 8ea3052 commit 1037f90

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

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.0
1+
grpcio==1.36.1
22
google-cloud-bigquery[pandas,pyarrow]==2.10.0
33
google-cloud-bigquery-storage==2.3.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
@@ -4,4 +4,4 @@ pandas==1.1.5; python_version < '3.7'
44
pandas==1.2.0; python_version > '3.6'
55
pandas-gbq==0.14.1
66
pyarrow==3.0.0
7-
grpcio==1.36.0
7+
grpcio==1.36.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
grpcio==1.36.0
1+
grpcio==1.36.1
22
grpcio-tools==1.36.0
33
google-auth==1.27.0
44
six==1.15.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
grpcio==1.36.0
1+
grpcio==1.36.1
22
grpcio-tools==1.36.0
33
google-auth==1.27.0
44
six==1.15.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
grpcio==1.36.0
1+
grpcio==1.36.1
22
grpcio-tools==1.36.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==1.12.8
2-
grpcio==1.36.0
2+
grpcio==1.36.1
33
google-cloud-video-transcoder==0.2.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.0
1+
grpcio==1.36.1
22
opencensus-ext-stackdriver==0.7.4
33
opencensus==0.7.12

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ opentelemetry-ext-jaeger==0.8b0
88
opentelemetry-ext-requests==0.8b0
99
opentelemetry-ext-wsgi==0.8b0
1010
opentelemetry-sdk==0.8b0
11-
grpcio==1.36.0
11+
grpcio==1.36.1
1212
httpretty==1.0.5
1313
google-cloud-monitoring==1.1.0
1414
google-cloud-trace==0.24.0

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.0
8+
grpcio==1.36.1
99
httpretty==1.0.5

0 commit comments

Comments
 (0)