Skip to content

Commit a52d427

Browse files
authored
chore(deps): update dependency grpcio to v1.29.0 (#3786)
1 parent ab4166b commit a52d427

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.28.1
1+
grpcio==1.29.0
22
google-cloud-bigquery[pandas,pyarrow]==1.24.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==0.17.1
7-
grpcio==1.28.1
7+
grpcio==1.29.0

dataproc/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
grpcio==1.28.1
1+
grpcio==1.29.0
22
google-auth==1.14.3
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.28.1
1+
grpcio==1.29.0
22
grpcio-tools==1.29.0
33
google-auth==1.14.3
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.28.1
1+
grpcio==1.29.0
22
grpcio-tools==1.29.0
33
google-auth==1.14.3
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.28.1
1+
grpcio==1.29.0
22
grpcio-tools==1.29.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.28.1
1+
grpcio==1.29.0
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.28.1
8+
grpcio==1.29.0
99
httpretty==1.0.2

0 commit comments

Comments
 (0)