From 3ee8cb832aab848c475e7f07a9a28628b13424d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Feb 2026 16:36:24 +0000 Subject: [PATCH] Bump protobuf from 3.19.4 to 5.29.6 Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.19.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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cd9741d..597acec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ dependencies = [ "importlib_metadata; python_version < '3.8'", "numpy", "typing-protocol; python_version < '3.8'", - "protobuf==3.19.4", + "protobuf==5.29.6", "pycryptodomex", "pytz", "PyYAML",