opiproject / pydpu

Python library and cli to communicate with DPUs and IPUs
Apache License 2.0
5 stars 8 forks source link

fix(deps): update dependency grpcio to v1.56.0 - autoclosed #64

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
grpcio (source) 1.54.2 -> 1.56.0 age adoption passing confidence

Release Notes

grpc/grpc ### [`v1.56.0`](https://togithub.com/grpc/grpc/releases/tag/v1.56.0) [Compare Source](https://togithub.com/grpc/grpc/compare/v1.55.0...v1.56.0) This is release 1.56.0 ([galvanized](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 - \[c-ares] Backport "\[c-ares] Upgrade c-ares dependency to 1.19.1 ([#​33392](https://togithub.com/grpc/grpc/issues/33392))" to v1.56.x. ([#​33411](https://togithub.com/grpc/grpc/pull/33411)) - \[Rls] Backport "\[Rls] de-experimentalize RLS in XDS ([#​33290](https://togithub.com/grpc/grpc/issues/33290))" to v1.56.x. ([#​33330](https://togithub.com/grpc/grpc/pull/33330)) - \[core] Add support for vsock transport. ([#​32847](https://togithub.com/grpc/grpc/pull/32847)) - \[JSON] fix bug that incorrectly allowed trailing commas after an empty container. ([#​33158](https://togithub.com/grpc/grpc/pull/33158)) - \[BoringSSL] Update third_party/boringssl-with-bazel. ([#​33150](https://togithub.com/grpc/grpc/pull/33150)) - \[outlier detection] fix crash with pick_first and add tests. ([#​33069](https://togithub.com/grpc/grpc/pull/33069)) - \[EventEngine] Change TXT lookup result type to `std::vector`. ([#​33030](https://togithub.com/grpc/grpc/pull/33030)) - \[Build] Removed gRPC_PROTOBUF_PACKAGE_TYPE, supporting config only. ([#​32988](https://togithub.com/grpc/grpc/pull/32988)) - \[EventEngine] Update contract for Listener's on_shutdown execution. ([#​33003](https://togithub.com/grpc/grpc/pull/33003)) - \[Documentation] Update docs for TryCancel() on ServerContext. ([#​32889](https://togithub.com/grpc/grpc/pull/32889)) - \[Compiler Fix] Bring declarations and definitions to be in sync. ([#​32911](https://togithub.com/grpc/grpc/pull/32911)) ## C++ - \[Authz] Support customizable audit functionality for authorization policy. ([#​33145](https://togithub.com/grpc/grpc/pull/33145), [#​32995](https://togithub.com/grpc/grpc/pull/32995), [#​32944](https://togithub.com/grpc/grpc/pull/32944), [#​32970](https://togithub.com/grpc/grpc/pull/32970), [#​33196](https://togithub.com/grpc/grpc/pull/33196), [#​32750](https://togithub.com/grpc/grpc/pull/32750), [#​33183](https://togithub.com/grpc/grpc/pull/33183), [#​33026](https://togithub.com/grpc/grpc/pull/33026), [#​32828](https://togithub.com/grpc/grpc/pull/32828), [#​33252](https://togithub.com/grpc/grpc/pull/33252), [#​33004](https://togithub.com/grpc/grpc/pull/33004), [#​32976](https://togithub.com/grpc/grpc/pull/32976)) - \[example] Server reflection. ([#​33162](https://togithub.com/grpc/grpc/pull/33162)) ## C\# - \[CSHARP] Add base_namespace experimental option to C# plugin. ([#​32636](https://togithub.com/grpc/grpc/pull/32636)) - \[csharp proto plugin] Apply Obsolete attribute to deprecated services and methods in C# generated code. ([#​32414](https://togithub.com/grpc/grpc/pull/32414)) ## Objective-C - \[Deps] Upgrade Protobuf to v23.1. ([#​33164](https://togithub.com/grpc/grpc/pull/33164)) ## Python - \[aio types] Fix some grpc.aio python types. ([#​32475](https://togithub.com/grpc/grpc/pull/32475)) ## Ruby - \[ruby] fix re2 compilation when older system version installed. ([#​32580](https://togithub.com/grpc/grpc/pull/32580)) ### [`v1.55.0`](https://togithub.com/grpc/grpc/releases/tag/v1.55.0) [Compare Source](https://togithub.com/grpc/grpc/compare/v1.54.2...v1.55.0) This is release 1.55.0 ([grandslam](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 - \[Compiler Fix] Backport - Bring declarations and definitions to be in sync ([#​32911](https://togithub.com/grpc/grpc/issues/32911)). ([#​32915](https://togithub.com/grpc/grpc/pull/32915)) - \[XDS] Revert "Revert "XDS: enable XDS federation by default ([#​32711](https://togithub.com/grpc/grpc/issues/32711))" ([#​32814](https://togithub.com/grpc/grpc/issues/32814)). ([#​32902](https://togithub.com/grpc/grpc/pull/32902)) - \[cleanup] Remove public_headers_must_be_c89 test. ([#​32898](https://togithub.com/grpc/grpc/pull/32898)) - \[tcp] Add channel argument for SO_RVCBUF size. ([#​32887](https://togithub.com/grpc/grpc/pull/32887)) - \[xds] Remove variable protection from custom LB policies. ([#​32888](https://togithub.com/grpc/grpc/pull/32888)) - \[BoringSSL] Update third_party/boringssl-with-bazel. ([#​32868](https://togithub.com/grpc/grpc/pull/32868)) - \[protobuf] Upgrade third_party/protobuf to 22.x. ([#​32606](https://togithub.com/grpc/grpc/pull/32606)) - \[HTTP Proxy] Support CIDR blocks in `no_proxy` config. ([#​31119](https://togithub.com/grpc/grpc/pull/31119)) ## All wrapped languages - \[Deps] Backport-1.55: Upgrade Protobuf to v23.1. ([#​33165](https://togithub.com/grpc/grpc/pull/33165)) ## C++ - \[Build] Backport-1.55: Removed gRPC_PROTOBUF_PACKAGE_TYPE, supporting config only. ([#​33018](https://togithub.com/grpc/grpc/pull/33018)) - FindProtobuf doesn’t work with Protobuf v22 and later so gRPC stops giving an option to choose a search mode when finding a Protobuf Package, expecting Protobuf is installed using CMake. ## Ruby - \[Ruby] rubify type names start with lower case or non-alpha characters. ([#​32604](https://togithub.com/grpc/grpc/pull/32604))

Configuration

📅 Schedule: Branch creation - "every weekend" (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.



This PR has been generated by Mend Renovate. View repository job log here.

codecov[bot] commented 1 year ago

Codecov Report

Merging #64 (4cf5f1c) into main (5af9d9c) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #64   +/-   ##
=======================================
  Coverage   56.60%   56.60%           
=======================================
  Files          34       34           
  Lines        4489     4489           
=======================================
  Hits         2541     2541           
  Misses       1948     1948