From 480319f4087df5cf4e3974280dd25f2ebbbb7744 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 12:17:05 +0000 Subject: [PATCH] chore(deps): update dependency grpcio to v1.53.2 [security] --- packages/depscloud-api-python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/depscloud-api-python/setup.py b/packages/depscloud-api-python/setup.py index 01cc38b..c6b9ec3 100644 --- a/packages/depscloud-api-python/setup.py +++ b/packages/depscloud-api-python/setup.py @@ -9,7 +9,7 @@ url='https://deps.cloud/', install_requires=[ "protobuf==3.14.0", - "grpcio==1.33.2" + "grpcio==1.53.2" ], packages=find_packages() )