From 7a3af148b395767faa0143dc6ba8c205870799ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Dec 2025 21:01:22 +0000 Subject: [PATCH] chore(deps): update protobuf requirement from <=6.31.1 to <=6.33.2 Updates the requirements on [protobuf](https://github.com/protocolbuffers/protobuf) to permit the latest version. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Commits](https://github.com/protocolbuffers/protobuf/commits) --- updated-dependencies: - dependency-name: protobuf dependency-version: 6.33.2 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 0c0a83b..ca371ff 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ grpcio>=1.49.0,<1.69.0 grpcio-tools>=1.49.0,<1.69.0 grpcio-reflection -protobuf<=6.31.1 +protobuf<=6.33.2 pendulum blinker<=1.8.2 jinja2==3.1.2