From 549016ee0541ad77e1090da2afc747db9431eb6b Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Mon, 30 Sep 2024 21:50:41 -0400 Subject: [PATCH] fix(deps): Update dependency grpcio-tools to v1.66.2 (#236) 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-tools](https://grpc.io) | patch | `==1.66.1` -> `==1.66.2` | --- ### 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). --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f5f3995..74bf70d 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ "exceptiongroup==1.2.2", "black==24.8.0", "grpcio==1.66.2", - "grpcio-tools==1.66.1", + "grpcio-tools==1.66.2", "iniconfig==2.0.0", "Jinja2==3.1.4", "MarkupSafe==2.1.5",