From 45406fea93f898b3f50c2487c396cf87ed6d3305 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Jun 2025 03:59:05 +0000 Subject: [PATCH] chore(deps): bump protobuf from 5.29.3 to 5.29.5 Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 5.29.3 to 5.29.5. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v5.29.3...v5.29.5) --- updated-dependencies: - dependency-name: protobuf dependency-version: 5.29.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 979e13e4..5625dd4c 100644 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ "grpcio-status==1.66.1", "grpcio-tools==1.70.0", "googleapis-common-protos==1.69.0", - "protobuf==5.29.3", + "protobuf==5.29.5", "flask==3.0.3", "requests-toolbelt==1.0.0", "scalpl==0.4.2",