From 07b5fdbdc4092aee4da40962bf184da0037a4e10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Feb 2026 18:58:16 +0000 Subject: [PATCH] Bump protobuf from 4.24.4 to 5.29.6 Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 4.24.4 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(-) diff --git a/setup.py b/setup.py index 6c492d7..7c4ddb9 100644 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ "ruamel.yaml>=0.18.5", "defusedxml>=0.7.1", "iso3166>=2.1.1", - "protobuf==4.24.4", + "protobuf==5.29.6", "open-simulation-interface @ git+https://github.com/OpenSimulationInterface/open-simulation-interface.git@v3.7.0-rc1", ], entry_points={