Skip to content

Commit 3dd97be

Browse files
chore(deps): update dependency grpcio to v1.46.3 (#7925)
Co-authored-by: Leah E. Cole <6719667+leahecole@users.noreply.github.com>
1 parent 4a3bd08 commit 3dd97be

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

bigquery/datalab-migration/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
grpcio==1.46.1
1+
grpcio==1.46.3
22
google-cloud-bigquery[pandas,pyarrow]==2.34.3
33
google-cloud-bigquery-storage==2.13.1
44
datalab==1.2.0

bigquery/pandas-gbq-migration/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ pandas==1.3.5; python_version > '3.6'
55
pandas-gbq==0.16.0; python_version > '3.6'
66
# pandas-gbq==0.14.1 is the latest compatible version for Python 3.6
77
pandas-gbq==0.14.1; python_version < '3.7'
8-
grpcio==1.46.1
8+
grpcio==1.46.3
99
pyarrow==6.0.1

opencensus/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
grpcio==1.46.1
1+
grpcio==1.46.3
22
opencensus-ext-stackdriver==0.8.0
33
opencensus==0.9.0

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ markupsafe==1.1.1
55
opentelemetry-exporter-gcp-trace==1.3.0
66
opentelemetry-propagator-gcp==1.3.0
77
opentelemetry-instrumentation-flask==0.20b0
8-
grpcio==1.46.1
8+
grpcio==1.46.3
99
httpretty==1.1.4
1010
google-cloud-monitoring==2.9.1
1111
google-cloud-trace==1.6.1

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ markupsafe==1.1.1
88
opencensus-ext-stackdriver==0.8.0
99
opencensus-ext-flask==0.8.0 # requires flask!=1.1.3, <2.0.0 and >=0.12.3
1010
opencensus-context==0.1.2
11-
grpcio==1.46.1
11+
grpcio==1.46.3
1212
httpretty==1.1.4

0 commit comments

Comments
 (0)