Commit d0161de
authored
fix(deps): Update module google.golang.org/grpc to v1.72.2 (#505)
This PR contains the following updates:
| Package | Type | Update | Change | Pending |
|---|---|---|---|---|
| [google.golang.org/grpc](https://redirect.github.com/grpc/grpc-go) | require | patch | `v1.72.1` -> `v1.72.2` | `v1.73.0` |
---
### Release Notes
<details>
<summary>grpc/grpc-go (google.golang.org/grpc)</summary>
### [`v1.72.2`](https://redirect.github.com/grpc/grpc-go/releases/tag/v1.72.2): Release 1.72.2
[Compare Source](https://redirect.github.com/grpc/grpc-go/compare/v1.72.1...v1.72.2)
### Bug Fixes
- client: restore support for `NO_PROXY` environment variable when connecting to locally-resolved addresses (case 2 from [gRFC A1](https://redirect.github.com/grpc/proposal/blob/master/A1-http-connect-proxy-support.md)). ([#​8329](https://redirect.github.com/grpc/grpc-go/issues/8329))
- balancer/least_request: fix panic on resolver errors. ([#​8333](https://redirect.github.com/grpc/grpc-go/issues/8333))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "before 3am on Saturday" (UTC), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **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 [Renovate Bot](https://redirect.github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4yMi4xIiwidXBkYXRlZEluVmVyIjoiNDAuMjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIl19-->1 parent 6a15eac commit d0161de
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
213 | 213 | | |
214 | 214 | | |
215 | 215 | | |
216 | | - | |
217 | | - | |
| 216 | + | |
| 217 | + | |
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
| |||
0 commit comments