From 4421cf8afcf9c43918ed62d4a87571f212a3756a Mon Sep 17 00:00:00 2001 From: CloudQuery Bot Date: Sat, 1 Feb 2025 02:47:58 +0000 Subject: [PATCH] fix(deps): Update dependency grpcio-tools to v1.70.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f11b69e..27ee99a 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ "exceptiongroup==1.2.2", "black==24.10.0", "grpcio==1.70.0", - "grpcio-tools==1.68.1", + "grpcio-tools==1.70.0", "iniconfig==2.0.0", "Jinja2==3.1.5", "MarkupSafe==3.0.2",