Skip to content

Commit 2194151

Browse files
chore(deps): update dependency grpcio to v1.41.1 (#6962)
Co-authored-by: Leah E. Cole <6719667+leahecole@users.noreply.github.com>
1 parent 482ea89 commit 2194151

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

bigquery/datalab-migration/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
grpcio==1.41.0
1+
grpcio==1.41.1
22
google-cloud-bigquery[pandas,pyarrow]==2.28.1
33
google-cloud-bigquery-storage==2.9.1
44
datalab==1.2.0

bigquery/pandas-gbq-migration/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ pandas==1.2.4; python_version > '3.6'
55
pandas-gbq==0.15.0; python_version > '3.6'
66
pandas-gbq==0.14.1; python_version < '3.7'
77
pyarrow==5.0.0
8-
grpcio==1.41.0
8+
grpcio==1.41.1

media/transcoder/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
google-api-python-client==2.25.0
2-
grpcio==1.41.0
2+
grpcio==1.41.1
33
google-cloud-video-transcoder==1.2.0

opencensus/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
grpcio==1.41.0
1+
grpcio==1.41.1
22
opencensus-ext-stackdriver==0.8.0
33
opencensus==0.8.0

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Flask==1.1.4
33
opentelemetry-exporter-gcp-trace==1.0.0
44
opentelemetry-propagator-gcp==1.0.0
55
opentelemetry-instrumentation-flask==0.20b0
6-
grpcio==1.41.0
6+
grpcio==1.41.1
77
httpretty==1.1.4
88
google-cloud-monitoring==2.6.0
99
google-cloud-trace==0.24.0

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ Flask==1.1.4
66
opencensus-ext-stackdriver==0.8.0
77
opencensus-ext-flask==0.7.6 # requires flask!=1.1.3, <2.0.0 and >=0.12.3
88
opencensus-context==0.1.2
9-
grpcio==1.41.0
9+
grpcio==1.41.1
1010
httpretty==1.1.4

0 commit comments

Comments
 (0)