Skip to content

Commit c77b934

Browse files
authored
chore(deps): update dependency grpcio to v1.36.0 (GoogleCloudPlatform#5423)
[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [grpcio](https://grpc.io) | `==1.35.0` -> `==1.36.0` | [![age](https://badges.renovateapi.com/packages/pypi/grpcio/1.36.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/grpcio/1.36.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/grpcio/1.36.0/compatibility-slim/1.35.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/grpcio/1.36.0/confidence-slim/1.35.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Never, or you tick the rebase/retry checkbox. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/python-docs-samples).
1 parent 6d50f7f commit c77b934

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
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.35.0
1+
grpcio==1.36.0
22
google-cloud-bigquery[pandas,pyarrow]==2.10.0
33
google-cloud-bigquery-storage==2.3.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
@@ -4,4 +4,4 @@ pandas==1.1.5; python_version < '3.7'
44
pandas==1.2.0; python_version > '3.6'
55
pandas-gbq==0.14.1
66
pyarrow==3.0.0
7-
grpcio==1.35.0
7+
grpcio==1.36.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
grpcio==1.35.0
1+
grpcio==1.36.0
22
grpcio-tools==1.35.0
33
google-auth==1.27.0
44
six==1.15.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
grpcio==1.35.0
1+
grpcio==1.36.0
22
grpcio-tools==1.35.0
33
google-auth==1.27.0
44
six==1.15.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
grpcio==1.35.0
1+
grpcio==1.36.0
22
grpcio-tools==1.35.0

media/transcoder/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
google-api-python-client==1.12.8
2-
grpcio==1.35.0
2+
grpcio==1.36.0
33
google-cloud-video-transcoder==0.2.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.35.0
1+
grpcio==1.36.0
22
opencensus-ext-stackdriver==0.7.4
33
opencensus==0.7.12

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ opentelemetry-ext-jaeger==0.8b0
88
opentelemetry-ext-requests==0.8b0
99
opentelemetry-ext-wsgi==0.8b0
1010
opentelemetry-sdk==0.8b0
11-
grpcio==1.35.0
11+
grpcio==1.36.0
1212
httpretty==1.0.5
1313
google-cloud-monitoring==1.1.0
1414
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
@@ -5,5 +5,5 @@ Flask==1.1.2
55
opencensus-ext-stackdriver==0.7.4
66
opencensus-ext-flask==0.7.4
77
opencensus-context==0.1.2
8-
grpcio==1.35.0
8+
grpcio==1.36.0
99
httpretty==1.0.5

0 commit comments

Comments
 (0)