From fb2931e9c787307d86571e91470b4dc970c93a55 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 28 Jul 2024 19:10:48 +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()