From 98065d5199739f92c477ea179db44d7f8f602dba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 13 Jun 2023 17:45:21 +0000 Subject: [PATCH] chore(deps): update dependency protobuf to v3.18.3 [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..d3eb311 100644 --- a/packages/depscloud-api-python/setup.py +++ b/packages/depscloud-api-python/setup.py @@ -8,7 +8,7 @@ author='deps.cloud Authors', url='https://deps.cloud/', install_requires=[ - "protobuf==3.14.0", + "protobuf==3.18.3", "grpcio==1.33.2" ], packages=find_packages()