Skip to content

Commit 67fb0f1

Browse files
renovate-botleahecoledandhlee
authored
chore(deps): update dependency grpcio to v1.44.0 (GoogleCloudPlatform#7471)
Co-authored-by: Leah E. Cole <[email protected]> Co-authored-by: Dan Lee <[email protected]>
1 parent daa78ab commit 67fb0f1

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.43.0
1+
grpcio==1.44.0
22
google-cloud-bigquery[pandas,pyarrow]==2.33.0
33
google-cloud-bigquery-storage==2.11.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.43.0
9+
grpcio==1.44.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.43.0
1+
grpcio==1.44.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
@@ -4,7 +4,7 @@ markupsafe==2.0.1
44
opentelemetry-exporter-gcp-trace==1.0.0
55
opentelemetry-propagator-gcp==1.1.0
66
opentelemetry-instrumentation-flask==0.20b0
7-
grpcio==1.43.0
7+
grpcio==1.44.0
88
httpretty==1.1.4
99
google-cloud-monitoring==2.8.0
1010
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
@@ -7,5 +7,5 @@ markupsafe==2.0.1
77
opencensus-ext-stackdriver==0.8.0
88
opencensus-ext-flask==0.7.6 # requires flask!=1.1.3, <2.0.0 and >=0.12.3
99
opencensus-context==0.1.2
10-
grpcio==1.43.0
10+
grpcio==1.44.0
1111
httpretty==1.1.4

0 commit comments

Comments
 (0)