From bf87481f6ccc0e22b44358599e9ff20898a67627 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 28 Jul 2024 17:46:00 +0000 Subject: [PATCH] chore(deps): update dependency grpcio to v1.65.1 [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..b68cd0b 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.65.1" ], packages=find_packages() )