Skip to content

Commit 0db5c2e

Browse files
Update dependency grpcio to v1.28.1 (#3276)
Co-authored-by: Leah E. Cole <[email protected]>
1 parent c969b83 commit 0db5c2e

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
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.27.2
1+
grpcio==1.28.1
22
google-cloud-bigquery[pandas,pyarrow]==1.24.0
33
datalab==1.2.0
44
ipython==7.2.0; python_version > "2.7"

dataproc/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
grpcio==1.27.2
1+
grpcio==1.28.1
22
google-auth==1.11.2
33
google-auth-httplib2==0.0.3
44
google-cloud==0.34.0

endpoints/bookstore-grpc-transcoding/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
grpcio==1.27.2
1+
grpcio==1.28.1
22
grpcio-tools==1.28.1
33
google-auth==1.11.2
44
six==1.14.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
grpcio==1.27.2
1+
grpcio==1.28.1
22
grpcio-tools==1.28.1
33
google-auth==1.11.2
44
six==1.14.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
grpcio==1.27.2
1+
grpcio==1.28.1
22
grpcio-tools==1.28.1

opencensus/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
grpcio==1.27.2
1+
grpcio==1.28.1
22
opencensus-ext-stackdriver==0.7.2
33
opencensus==0.7.7

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.2
66
opencensus-ext-flask==0.7.3
77
opencensus-context==0.1.1
8-
grpcio==1.27.2
8+
grpcio==1.28.1
99
httpretty==1.0.2

0 commit comments

Comments
 (0)