From b50d6c512c82cab6dc3a555d2c873a3bf2fca534 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 21:34:08 +0000 Subject: [PATCH] Bump protobuf from 5.29.3 to 7.34.0rc1 in /encryption Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 5.29.3 to 7.34.0rc1. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Commits](https://github.com/protocolbuffers/protobuf/commits) --- updated-dependencies: - dependency-name: protobuf dependency-version: 7.34.0rc1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- encryption/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/encryption/requirements.txt b/encryption/requirements.txt index d60cb70..c573499 100644 --- a/encryption/requirements.txt +++ b/encryption/requirements.txt @@ -32,7 +32,7 @@ propcache==0.2.1 # via # aiohttp # yarl -protobuf==5.29.3 +protobuf==7.34.0rc1 # via temporalio pydantic==2.10.6 # via restack-ai