Skip to content

Commit

Permalink
chore(deps): update dependency grpcio to v1.33.2 (GoogleCloudPlatform…
Browse files Browse the repository at this point in the history
…#4918)

Co-authored-by: Charles Engelke <[email protected]>
  • Loading branch information
renovate-bot and engelke authored Oct 29, 2020
1 parent aa44a2c commit be0f207
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion bigquery/datalab-migration/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
grpcio==1.33.1
grpcio==1.33.2
google-cloud-bigquery[pandas,pyarrow]==2.2.0
google-cloud-bigquery-storage==2.0.1
datalab==1.2.0
Expand Down
2 changes: 1 addition & 1 deletion bigquery/pandas-gbq-migration/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ google-cloud-bigquery-storage==2.0.1
pandas==1.1.3
pandas-gbq==0.14.0
pyarrow==2.0.0
grpcio==1.33.1
grpcio==1.33.2
2 changes: 1 addition & 1 deletion endpoints/bookstore-grpc-transcoding/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
grpcio==1.33.1
grpcio==1.33.2
grpcio-tools==1.33.2
google-auth==1.22.1
six==1.15.0
2 changes: 1 addition & 1 deletion endpoints/bookstore-grpc/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
grpcio==1.33.1
grpcio==1.33.2
grpcio-tools==1.33.2
google-auth==1.22.1
six==1.15.0
2 changes: 1 addition & 1 deletion endpoints/getting-started-grpc/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
grpcio==1.33.1
grpcio==1.33.2
grpcio-tools==1.33.2
2 changes: 1 addition & 1 deletion opencensus/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
grpcio==1.33.1
grpcio==1.33.2
opencensus-ext-stackdriver==0.7.4
opencensus==0.7.11
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ opentelemetry-ext-jaeger==0.8b0
opentelemetry-ext-requests==0.8b0
opentelemetry-ext-wsgi==0.8b0
opentelemetry-sdk==0.9b0
grpcio==1.33.1
grpcio==1.33.2
httpretty==1.0.2
google-cloud-monitoring==2.0.0
google-cloud-trace==0.24.0
Expand Down
2 changes: 1 addition & 1 deletion trace/cloud-trace-demo-app/app/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ Flask==1.1.2
opencensus-ext-stackdriver==0.7.4
opencensus-ext-flask==0.7.3
opencensus-context==0.1.2
grpcio==1.33.1
grpcio==1.33.2
httpretty==1.0.2

0 comments on commit be0f207

Please sign in to comment.