Skip to content

Commit 00a6565

Browse files
authored
Update dependency grpcio to v1.31.0 (#4438)
1 parent 8415454 commit 00a6565

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.30.0
1+
grpcio==1.31.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.0
7-
grpcio==1.30.0
7+
grpcio==1.31.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.30.0
1+
grpcio==1.31.0
22
google-auth==1.20.0
33
google-auth-httplib2==0.0.4
44
google-cloud==0.34.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
grpcio==1.30.0
1+
grpcio==1.31.0
22
grpcio-tools==1.30.0
33
google-auth==1.20.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.30.0
1+
grpcio==1.31.0
22
grpcio-tools==1.30.0
33
google-auth==1.20.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.30.0
1+
grpcio==1.31.0
22
grpcio-tools==1.30.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.30.0
1+
grpcio==1.31.0
22
opencensus-ext-stackdriver==0.7.3
33
opencensus==0.7.10

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.30.0
8+
grpcio==1.31.0
99
httpretty==1.0.2

0 commit comments

Comments
 (0)