Skip to content

Commit

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

[![Mend 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) ([source](https://togithub.com/grpc/grpc)) | `==1.58.0` -> `==1.59.0` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/grpcio/1.59.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/grpcio/1.59.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/grpcio/1.58.0/1.59.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/grpcio/1.58.0/1.59.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>grpc/grpc (grpcio)</summary>

### [`v1.59.0`](https://togithub.com/grpc/grpc/releases/tag/v1.59.0)

[Compare Source](https://togithub.com/grpc/grpc/compare/v1.58.0...v1.59.0)

This is release 1.59.0 ([generative](https://togithub.com/grpc/grpc/blob/master/doc/g_stands_for.md)) of gRPC Core.

For gRPC documentation, see [grpc.io](https://grpc.io/). For previous releases, see [Releases](https://togithub.com/grpc/grpc/releases).

This release contains refinements, improvements, and bug fixes, with highlights listed below.

## Core

-   \[Release] Bump core version [`2023092`](https://togithub.com/grpc/grpc/commit/202309251628). ([#&#8203;34476](https://togithub.com/grpc/grpc/pull/34476))
-   \[xds ssa] Remove environment variable protection for stateful affinity. ([#&#8203;34435](https://togithub.com/grpc/grpc/pull/34435))
-   \[windows DNS] Simplify c-ares Windows code. ([#&#8203;33965](https://togithub.com/grpc/grpc/pull/33965))
-   \[c-ares] fix spin loop bug when c-ares gives up on a socket that still has data left in its read buffer. ([#&#8203;34185](https://togithub.com/grpc/grpc/pull/34185))
-   \[Deps] Adding upb as a submodule. ([#&#8203;34199](https://togithub.com/grpc/grpc/pull/34199))
-   \[EventEngine] Update Cancel contract on closure deletion timeline. ([#&#8203;34167](https://togithub.com/grpc/grpc/pull/34167))

## C\#

-   \[csharp codegen] Handle empty base_namespace option value to fix [#&#8203;34113](https://togithub.com/grpc/grpc/issues/34113). ([#&#8203;34137](https://togithub.com/grpc/grpc/pull/34137))

## Python

-   \[Python 3.12] Support Python 3.12. ([#&#8203;34398](https://togithub.com/grpc/grpc/pull/34398))
-   \[Python 3.12] Deprecate distutil. ([#&#8203;34186](https://togithub.com/grpc/grpc/pull/34186))

## Ruby

-   \[ruby] Fix linking errors on x86-darwin. ([#&#8203;34134](https://togithub.com/grpc/grpc/pull/34134))
-   \[Ruby] replace strdup with gpr_strdup. ([#&#8203;34177](https://togithub.com/grpc/grpc/pull/34177))
-   \[ruby] drop ruby 2.6 support. ([#&#8203;34198](https://togithub.com/grpc/grpc/pull/34198))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/GoogleCloudPlatform/microservices-demo).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4wLjMiLCJ1cGRhdGVkSW5WZXIiOiIzNy4wLjMiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=-->
  • Loading branch information
renovate-bot authored Oct 6, 2023
1 parent 98725b1 commit cc6c10a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/emailservice/requirements.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
google-api-core==2.12.0
grpcio-health-checking==1.58.0
grpcio==1.58.0
grpcio==1.59.0
jinja2==3.1.2
python-json-logger==2.0.7
google-cloud-profiler==4.1.0
Expand Down
2 changes: 1 addition & 1 deletion src/emailservice/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ googleapis-common-protos==1.60.0
# google-api-core
# grpcio-status
# opentelemetry-exporter-otlp-proto-grpc
grpcio==1.58.0
grpcio==1.59.0
# via
# -r requirements.in
# google-api-core
Expand Down

0 comments on commit cc6c10a

Please sign in to comment.