From f826b079f10a45029245fa29b4d857116c33b1b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Feb 2026 15:52:03 +0000 Subject: [PATCH] Bump protobuf from 2.6.1 to 5.29.6 Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 2.6.1 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] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 setup.py diff --git a/setup.py b/setup.py old mode 100755 new mode 100644 index 1cb8008..d43bf8b --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ 'tornado>=4.2.1', 'configparser>=3.3.0', - 'protobuf==2.6.1', + 'protobuf==5.29.6', 'psycopg2>=2.5.1', 'requests>=2.9.1', 'sqlalchemy>=1.0.12',