Skip to content

Commit 0004bcf

Browse files
authored
fix(deps): Update dependency grpcio to v1.62.0 (#137)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [grpcio](https://grpc.io) ([source](https://togithub.com/grpc/grpc)) | minor | `==1.60.0` -> `==1.62.0` | --- ### Release Notes <details> <summary>grpc/grpc (grpcio)</summary> ### [`v1.62.0`](https://togithub.com/grpc/grpc/releases/tag/v1.62.0) [Compare Source](https://togithub.com/grpc/grpc/compare/v1.60.1...v1.62.0) This is release 1.62.0 ([guardian](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 - \[metadata] Allow non application/grpc content-type values. ([#&#8203;35824](https://togithub.com/grpc/grpc/pull/35824)) - \[BoringSSL] Update third_party/boringssl-with-bazel. ([#&#8203;35768](https://togithub.com/grpc/grpc/pull/35768)) - \[GPR] Removed GPR_BACKWARDS_COMPATIBILITY_MODE. ([#&#8203;35602](https://togithub.com/grpc/grpc/pull/35602)) ## Python - \[Build] Strip armv7 artifacts. ([#&#8203;35832](https://togithub.com/grpc/grpc/pull/35832)) - \[Python AIO] Handle DeprecationWarnings when get current loop. ([#&#8203;35583](https://togithub.com/grpc/grpc/pull/35583)) - \[Python AIO] Raise resource_exhausted error in case of concurrent RPC limit exceeded. ([#&#8203;35376](https://togithub.com/grpc/grpc/pull/35376)) - \[Python O11y] Build and distrib O11y package. ([#&#8203;35578](https://togithub.com/grpc/grpc/pull/35578)) - \[Python setuptools] Import error from distutils for lower version of setuptools. ([#&#8203;35561](https://togithub.com/grpc/grpc/pull/35561)) - \[ruby] Fix use-after-free for post-fork channel recreation. ([#&#8203;35488](https://togithub.com/grpc/grpc/pull/35488)) ## Ruby - \[ruby] Build/test ruby 3.3 and build native gems with Ruby 3.3 support. ([#&#8203;35399](https://togithub.com/grpc/grpc/pull/35399)) ### [`v1.60.1`](https://togithub.com/grpc/grpc/releases/tag/v1.60.1) [Compare Source](https://togithub.com/grpc/grpc/compare/v1.60.0...v1.60.1) This is release gRPC Core 1.60.1 (gjallarhorn). 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. ## Python - \[Python Misc] Revert change to print backtrace in server. ([#&#8203;35462](https://togithub.com/grpc/grpc/pull/35462)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjIyMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
1 parent a8cd1ae commit 0004bcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"cloudquery-plugin-pb==0.0.23",
1414
"exceptiongroup==1.2.0",
1515
"black==24.2.0",
16-
"grpcio==1.60.0",
16+
"grpcio==1.62.0",
1717
"grpcio-tools==1.60.0",
1818
"iniconfig==2.0.0",
1919
"Jinja2==3.1.3",

0 commit comments

Comments
 (0)