Skip to content

Commit

Permalink
Update dependency grpcio to v1.28.1 (#3276)
Browse files Browse the repository at this point in the history
Co-authored-by: Leah E. Cole <6719667+leahecole@users.noreply.github.com>
  • Loading branch information
renovate-bot and leahecole authored Apr 15, 2020
1 parent c969b83 commit 0db5c2e
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 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.27.2
grpcio==1.28.1
google-cloud-bigquery[pandas,pyarrow]==1.24.0
datalab==1.2.0
ipython==7.2.0; python_version > "2.7"
Expand Down
2 changes: 1 addition & 1 deletion dataproc/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
grpcio==1.27.2
grpcio==1.28.1
google-auth==1.11.2
google-auth-httplib2==0.0.3
google-cloud==0.34.0
Expand Down
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.27.2
grpcio==1.28.1
grpcio-tools==1.28.1
google-auth==1.11.2
six==1.14.0
Expand Down
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.27.2
grpcio==1.28.1
grpcio-tools==1.28.1
google-auth==1.11.2
six==1.14.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.27.2
grpcio==1.28.1
grpcio-tools==1.28.1
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.27.2
grpcio==1.28.1
opencensus-ext-stackdriver==0.7.2
opencensus==0.7.7
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.2
opencensus-ext-flask==0.7.3
opencensus-context==0.1.1
grpcio==1.27.2
grpcio==1.28.1
httpretty==1.0.2

0 comments on commit 0db5c2e

Please sign in to comment.