Skip to content

Commit be0f207

Browse files
chore(deps): update dependency grpcio to v1.33.2 (#4918)
Co-authored-by: Charles Engelke <[email protected]>
1 parent aa44a2c commit be0f207

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.33.1
1+
grpcio==1.33.2
22
google-cloud-bigquery[pandas,pyarrow]==2.2.0
33
google-cloud-bigquery-storage==2.0.1
44
datalab==1.2.0

bigquery/pandas-gbq-migration/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ google-cloud-bigquery-storage==2.0.1
33
pandas==1.1.3
44
pandas-gbq==0.14.0
55
pyarrow==2.0.0
6-
grpcio==1.33.1
6+
grpcio==1.33.2
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
grpcio==1.33.1
1+
grpcio==1.33.2
22
grpcio-tools==1.33.2
33
google-auth==1.22.1
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.33.1
1+
grpcio==1.33.2
22
grpcio-tools==1.33.2
33
google-auth==1.22.1
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.33.1
1+
grpcio==1.33.2
22
grpcio-tools==1.33.2

opencensus/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
grpcio==1.33.1
1+
grpcio==1.33.2
22
opencensus-ext-stackdriver==0.7.4
33
opencensus==0.7.11

trace/cloud-trace-demo-app-opentelemetry/app/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ opentelemetry-ext-jaeger==0.8b0
88
opentelemetry-ext-requests==0.8b0
99
opentelemetry-ext-wsgi==0.8b0
1010
opentelemetry-sdk==0.9b0
11-
grpcio==1.33.1
11+
grpcio==1.33.2
1212
httpretty==1.0.2
1313
google-cloud-monitoring==2.0.0
1414
google-cloud-trace==0.24.0

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.4
66
opencensus-ext-flask==0.7.3
77
opencensus-context==0.1.2
8-
grpcio==1.33.1
8+
grpcio==1.33.2
99
httpretty==1.0.2

0 commit comments

Comments
 (0)