Skip to content

Commit b66a07e

Browse files
chore(deps): update dependency grpcio to v1.45.0 (GoogleCloudPlatform#7629)
Co-authored-by: Leah E. Cole <[email protected]>
1 parent f7df2bb commit b66a07e

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.44.0
1+
grpcio==1.45.0
22
google-cloud-bigquery[pandas,pyarrow]==2.33.0
33
google-cloud-bigquery-storage==2.13.0
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
@@ -6,4 +6,4 @@ 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'
88
pyarrow==6.0.1
9-
grpcio==1.44.0
9+
grpcio==1.45.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.44.0
1+
grpcio==1.45.0
22
opencensus-ext-stackdriver==0.8.0
33
opencensus==0.8.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.1.0
66
opentelemetry-propagator-gcp==1.1.0
77
opentelemetry-instrumentation-flask==0.20b0
8-
grpcio==1.44.0
8+
grpcio==1.45.0
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

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.7.6 # requires flask!=1.1.3, <2.0.0 and >=0.12.3
1010
opencensus-context==0.1.2
11-
grpcio==1.44.0
11+
grpcio==1.45.0
1212
httpretty==1.1.4

0 commit comments

Comments
 (0)