From 04aa81c87b5fefce3d323202a476bf4a5beab3bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Feb 2026 04:27:25 +0000 Subject: [PATCH] Bump protobuf from 4.25.8 to 6.33.5 in /release Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 4.25.8 to 6.33.5. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Commits](https://github.com/protocolbuffers/protobuf/commits) --- updated-dependencies: - dependency-name: protobuf dependency-version: 6.33.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- release/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release/setup.py b/release/setup.py index bd12bcfec..e6c434514 100644 --- a/release/setup.py +++ b/release/setup.py @@ -63,7 +63,7 @@ def finalize_options(self): "scipy<=1.12.0", # The following makes it easier to get the right version on Colab. Once # TFQ works with the latest version of TF, this may become unnecessary. - "protobuf==4.25.8", + "protobuf==6.33.5", ] # TF requirement is placed as an extras to avoid overwriting existing nightly TF