From 1e2e648196a89c2d082df419369bee389af3f032 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Nov 2025 15:56:03 +0000 Subject: [PATCH] Bump protobuf from 4.22.0 to 4.25.8 Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 4.22.0 to 4.25.8. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v4.22.0...v4.25.8) --- updated-dependencies: - dependency-name: protobuf dependency-version: 4.25.8 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..d1d93ae 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==4.25.8 typing==3.7.4.1