Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b6de143

Browse files
authored
chore(deps): update dependency grpcio to v1.32.0 (GoogleCloudPlatform#4656)
1 parent 80c1e2f commit b6de143

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
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.31.0
1+
grpcio==1.32.0
22
google-cloud-bigquery[pandas,pyarrow]==1.25.0
33
datalab==1.2.0
44
ipython==7.13.0; python_version > "2.7"

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==0.25.3; python_version > '3.0'
44
pandas==0.24.2; python_version < '3.0'
55
pandas-gbq==0.13.2
66
pyarrow==1.0.1
7-
grpcio==1.31.0
7+
grpcio==1.32.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
grpcio==1.31.0
1+
grpcio==1.32.0
22
grpcio-tools==1.31.0
33
google-auth==1.21.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.31.0
1+
grpcio==1.32.0
22
grpcio-tools==1.31.0
33
google-auth==1.21.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.31.0
1+
grpcio==1.32.0
22
grpcio-tools==1.31.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.31.0
1+
grpcio==1.32.0
22
opencensus-ext-stackdriver==0.7.3
33
opencensus==0.7.10

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.9b0
11-
grpcio==1.31.0
11+
grpcio==1.32.0
1212
httpretty==1.0.2
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.3
66
opencensus-ext-flask==0.7.3
77
opencensus-context==0.1.2
8-
grpcio==1.31.0
8+
grpcio==1.32.0
99
httpretty==1.0.2

0 commit comments

Comments
 (0)