From 0364ff0f3f41a4c73ba3e5ca9837f5a7c92b2d1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Mar 2026 00:35:46 +0000 Subject: [PATCH] Bump protobuf from 5.29.3 to 5.29.6 in /tools Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 5.29.3 to 5.29.6. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Commits](https://github.com/protocolbuffers/protobuf/commits) --- updated-dependencies: - dependency-name: protobuf dependency-version: 5.29.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tools/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/requirements.txt b/tools/requirements.txt index d9323ab18a5..5f40caa3932 100644 --- a/tools/requirements.txt +++ b/tools/requirements.txt @@ -104,7 +104,7 @@ poetry-plugin-export==1.9.0 ; python_version >= "3.9" and python_version < "4.0" poetry==2.0.1 ; python_version >= "3.9" and python_version < "4.0" prompt-toolkit==3.0.50 ; python_version >= "3.9" and python_version < "4.0" proto-plus==1.26.0 ; python_version >= "3.9" and python_version < "4.0" -protobuf==5.29.3 ; python_version >= "3.9" and python_version < "4.0" +protobuf==5.29.6 ; python_version >= "3.9" and python_version < "4.0" ptyprocess==0.7.0 ; python_version >= "3.9" and python_version < "4.0" and sys_platform != "win32" pure-eval==0.2.3 ; python_version >= "3.9" and python_version < "4.0" pyasn1-modules==0.4.1 ; python_version >= "3.9" and python_version < "4.0"