From 6f3551c4ec7a5e63622eace17a7530ae3116b85a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Feb 2026 18:00:41 +0000 Subject: [PATCH] Bump protobuf from 4.22.0 to 5.29.6 Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 4.22.0 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c769961..c73ac3d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ attrs==19.3.0 mypy==0.780 mypy-protobuf==1.20 parsimonious==0.8.1 -protobuf==4.22.0 +protobuf==5.29.6 typing==3.7.4.1