From 6061d520b6fadbee27539693eea67e59b6fc0fed Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 1 Oct 2023 03:23:57 +0000 Subject: [PATCH] fix(deps): Update dependency grpcio to v1.59.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4e2f949..d01a043 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ "cloudquery-plugin-pb==0.0.16", "exceptiongroup==1.1.3", "black==23.9.1", - "grpcio==1.57.0", + "grpcio==1.59.0", "grpcio-tools==1.57.0", "iniconfig==2.0.0", "Jinja2==3.1.2",