From a7bacabfb0b1e2d662e58faa83a82b14686dda74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 17:59:52 +0000 Subject: [PATCH] build(deps): bump protobuf in the pip group across 1 directory Bumps the pip group with 1 update in the / directory: [protobuf](https://github.com/protocolbuffers/protobuf). Updates `protobuf` from 5.29.4 to 5.29.5 - [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/v5.29.4...v5.29.5) --- updated-dependencies: - dependency-name: protobuf dependency-version: 5.29.5 dependency-type: indirect dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements.txt | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 0fcbfdca5..8e381698c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -54,6 +54,8 @@ distro==1.9.0 # openai docstring-parser==0.16 # via google-cloud-aiplatform +exceptiongroup==1.3.0 + # via anyio fastapi==0.115.12 # via google-adk filelock==3.18.0 @@ -255,7 +257,7 @@ proto-plus==1.26.1 # google-cloud-secret-manager # google-cloud-speech # google-cloud-trace -protobuf==5.29.4 +protobuf==5.29.5 # via # google-api-core # google-cloud-aiplatform @@ -317,7 +319,7 @@ pyyaml==6.0.2 # huggingface-hub regex==2024.11.6 # via tiktoken -requests==2.32.3 +requests==2.32.4 # via # -r requirements.in # google-api-core @@ -356,7 +358,9 @@ tiktoken==0.9.0 tokenizers==0.21.1 # via anthropic tomli==2.2.1 - # via yapf + # via + # pylint + # yapf tomlkit==0.13.2 # via pylint tqdm==4.67.1 @@ -367,6 +371,8 @@ typing-extensions==4.13.2 # via # anthropic # anyio + # astroid + # exceptiongroup # fastapi # google-cloud-aiplatform # google-genai @@ -378,6 +384,7 @@ typing-extensions==4.13.2 # pydantic-core # sqlalchemy # typing-inspection + # uvicorn typing-inspection==0.4.1 # via # pydantic