Skip to content

Commit cf29da0

Browse files
chore(deps): update dependency grpcio to v1.47.0 (GoogleCloudPlatform#8114)
Co-authored-by: Leah E. Cole <6719667+leahecole@users.noreply.github.com>
1 parent 2abd920 commit cf29da0

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
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.46.3
1+
grpcio==1.47.0
22
google-cloud-bigquery[pandas,pyarrow]==2.34.4
33
google-cloud-bigquery-storage==2.13.2
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
@@ -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.3
8+
grpcio==1.47.0
99
pyarrow==6.0.1

opencensus/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
grpcio==1.46.3
1+
grpcio==1.47.0
22
opencensus-ext-stackdriver==0.8.0
33
opencensus==0.9.0

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

Lines changed: 1 addition & 1 deletion
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.3
8+
grpcio==1.47.0
99
httpretty==1.1.4
1010
google-cloud-monitoring==2.9.2
1111
google-cloud-trace==1.6.2

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

Lines changed: 1 addition & 1 deletion
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.3
11+
grpcio==1.47.0
1212
httpretty==1.1.4

0 commit comments

Comments
 (0)