Skip to content

Commit

Permalink
chore(deps): update dependency grpcio to v1.47.0 (GoogleCloudPlatform…
Browse files Browse the repository at this point in the history
…#8114)

Co-authored-by: Leah E. Cole <6719667+leahecole@users.noreply.github.com>
  • Loading branch information
renovate-bot and leahecole authored Jun 23, 2022
1 parent 2abd920 commit cf29da0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bigquery/datalab-migration/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
grpcio==1.46.3
grpcio==1.47.0
google-cloud-bigquery[pandas,pyarrow]==2.34.4
google-cloud-bigquery-storage==2.13.2
datalab==1.2.0
Expand Down
2 changes: 1 addition & 1 deletion bigquery/pandas-gbq-migration/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ pandas==1.3.5; python_version > '3.6'
pandas-gbq==0.16.0; python_version > '3.6'
# pandas-gbq==0.14.1 is the latest compatible version for Python 3.6
pandas-gbq==0.14.1; python_version < '3.7'
grpcio==1.46.3
grpcio==1.47.0
pyarrow==6.0.1
2 changes: 1 addition & 1 deletion opencensus/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
grpcio==1.46.3
grpcio==1.47.0
opencensus-ext-stackdriver==0.8.0
opencensus==0.9.0
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ markupsafe==1.1.1
opentelemetry-exporter-gcp-trace==1.3.0
opentelemetry-propagator-gcp==1.3.0
opentelemetry-instrumentation-flask==0.20b0
grpcio==1.46.3
grpcio==1.47.0
httpretty==1.1.4
google-cloud-monitoring==2.9.2
google-cloud-trace==1.6.2
2 changes: 1 addition & 1 deletion trace/cloud-trace-demo-app/app/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ markupsafe==1.1.1
opencensus-ext-stackdriver==0.8.0
opencensus-ext-flask==0.8.0 # requires flask!=1.1.3, <2.0.0 and >=0.12.3
opencensus-context==0.1.2
grpcio==1.46.3
grpcio==1.47.0
httpretty==1.1.4

0 comments on commit cf29da0

Please sign in to comment.