From 003680b6e26308fd5731d4b9c5519620f17965e7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 20 Nov 2022 14:50:45 +0000 Subject: [PATCH] chore(deps): update dependency protobuf to v3.20.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..25ac282 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.20.3", "grpcio==1.33.2" ], packages=find_packages()