From 3725b5a4473664cd5c012c1b90e724146986ddc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Aug 2025 11:55:31 +0000 Subject: [PATCH] Bump protobuf in /WEB/BE/DOCKERIZE_REAL/backend/web Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.20.1 to 4.25.8. - [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/v3.20.1...v4.25.8) --- updated-dependencies: - dependency-name: protobuf dependency-version: 4.25.8 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- WEB/BE/DOCKERIZE_REAL/backend/web/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WEB/BE/DOCKERIZE_REAL/backend/web/requirements.txt b/WEB/BE/DOCKERIZE_REAL/backend/web/requirements.txt index 677320d..6bbd04c 100644 --- a/WEB/BE/DOCKERIZE_REAL/backend/web/requirements.txt +++ b/WEB/BE/DOCKERIZE_REAL/backend/web/requirements.txt @@ -66,7 +66,7 @@ pickleshare==0.7.5 platformdirs==2.4.1 prometheus-client==0.12.0 prompt-toolkit==3.0.28 -protobuf==3.20.1 +protobuf==4.25.8 psycopg2==2.9.3 pure-eval==0.2.2 pycparser==2.21