From e8f8d38c4fa652a04179afa36293205629820404 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot Date: Tue, 1 Oct 2024 01:45:55 +0000 Subject: [PATCH] fix(deps): Update dependency grpcio-tools to v1.66.2 --- 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",