From e69a5c48b04ddabaf6c9cfd650338e6a88a1374a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 09:21:22 +0000 Subject: [PATCH] deps(deps): Bump protobuf from 6.33.5 to 7.34.1 Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 6.33.5 to 7.34.1. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Commits](https://github.com/protocolbuffers/protobuf/commits) --- updated-dependencies: - dependency-name: protobuf dependency-version: 7.34.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Docker/requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Docker/requirements.txt b/Docker/requirements.txt index 4421c28..62b3af6 100644 --- a/Docker/requirements.txt +++ b/Docker/requirements.txt @@ -16,7 +16,7 @@ google-api-python-client==2.187.0 google-genai==1.61.0 # CVE-2025-4565 fix: Requires protobuf >= 4.25.8 (v4), >= 5.29.5 (v5), or >= 6.31.1 (v6) # Using v4 for compatibility; upgrade to v5/v6 requires testing -protobuf==6.33.5 +protobuf==7.34.1 # Ollama Python client for local LLM support ollama==0.6.1 # CVE-2024-45590, CVE-2024-42473: Fixed in requests >= 2.32.2 diff --git a/requirements.txt b/requirements.txt index c0ada00..2d4ff3a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -24,7 +24,7 @@ google-api-python-client==2.188.0 google-genai==1.61.0 # CVE-2025-4565 fix: Requires protobuf >= 4.25.8 (v4), >= 5.29.5 (v5), or >= 6.31.1 (v6) # Using v4 for compatibility; upgrade to v5/v6 requires testing -protobuf==6.33.5 +protobuf==7.34.1 # Ollama Python client for local LLM support ollama==0.6.1 # CVE-2024-45590, CVE-2024-42473: Fixed in requests >= 2.32.2