From afe561c4e68f5dbb29f0246628c83f501d5fe49e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Nov 2025 09:51:06 +0000 Subject: [PATCH] chore(deps): bump protobuf from 4.25.4 to 4.25.8 in /backend Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 4.25.4 to 4.25.8. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v4.25.4...v4.25.8) --- updated-dependencies: - dependency-name: protobuf dependency-version: 4.25.8 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 9d6b5f4..ec18107 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -29,7 +29,7 @@ dependencies = [ "httplib2==0.22.0", "idna==3.7", "proto-plus==1.24.0", - "protobuf==4.25.4", + "protobuf==4.25.8", "pyasn1==0.6.0", "pyasn1_modules==0.4.0", "pydantic==2.8.2",