From 9aa3699ecc44f82fcca21b96aa0924cfd784bb01 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Wed, 1 Jan 2025 04:09:59 +0200 Subject: [PATCH] fix(deps): Update dependency grpcio to v1.68.1 (#136) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [grpcio](https://grpc.io) ([source](https://togithub.com/grpc/grpc)) | patch | `==1.68.0` -> `==1.68.1` | --- ### Release Notes
grpc/grpc (grpcio) ### [`v1.68.1`](https://togithub.com/grpc/grpc/releases/tag/v1.68.1) [Compare Source](https://togithub.com/grpc/grpc/compare/v1.68.0...v1.68.1) This is release 1.68.1 ([groovy](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 - \[xDS RBAC] Support string_match in HeaderMatcher ([#​38185](https://togithub.com/grpc/grpc/issues/38185)). ([#​38198](https://togithub.com/grpc/grpc/pull/38198))
--- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 793ddf8..8946a60 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ black==24.10.0 grpcio-tools==1.68.0 -grpcio==1.68.0 +grpcio==1.68.1 protobuf==5.28.3 pyarrow==18.0.0 pytest==8.3.3