Skip to content

Commit f4a51dd

Browse files
authored
chore(deps): update dependency grpcio to v1.27.2 (#3173)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [grpcio](https://grpc.io) | minor | `==1.25.0` -> `==1.27.2` | | [grpcio](https://grpc.io) | minor | `==1.23.0` -> `==1.27.2` | | [grpcio](https://grpc.io) | minor | `==1.26.0` -> `==1.27.2` | | [grpcio](https://grpc.io) | patch | `==1.27.1` -> `==1.27.2` | --- ### 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 these updates 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#GoogleCloudPlatform/python-docs-samples).
1 parent 80ea300 commit f4a51dd

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

dataproc/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
grpcio==1.27.1
1+
grpcio==1.27.2
22
google-auth==1.11.2
33
google-auth-httplib2==0.0.3
44
google-cloud==0.34.0

endpoints/bookstore-grpc-transcoding/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
grpcio==1.27.1
1+
grpcio==1.27.2
22
grpcio-tools==1.27.2
33
google-auth==1.11.2
44
six==1.14.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
grpcio==1.27.1
1+
grpcio==1.27.2
22
grpcio-tools==1.27.2
33
google-auth==1.11.2
44
six==1.14.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
grpcio==1.26.0
1+
grpcio==1.27.2
22
grpcio-tools==1.27.2

opencensus/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
grpcio==1.23.0
1+
grpcio==1.27.2
22
opencensus-ext-stackdriver==0.7.2
33
opencensus==0.7.7

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.1
55
opencensus-ext-stackdriver==0.7.2
66
opencensus-ext-flask==0.7.3
77
opencensus-context==0.1.1
8-
grpcio==1.25.0
8+
grpcio==1.27.2
99
httpretty==0.9.7

0 commit comments

Comments
 (0)