From f6c2044373127a9bc513ac33de25efd655c5cda1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Jun 2025 03:58:52 +0000 Subject: [PATCH] Bump protobuf from 3.18.3 to 4.25.8 in /src/edge Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.18.3 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.18.3...v4.25.8) --- updated-dependencies: - dependency-name: protobuf dependency-version: 4.25.8 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/edge/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/edge/requirements.txt b/src/edge/requirements.txt index 3dca29d..2fc48ae 100644 --- a/src/edge/requirements.txt +++ b/src/edge/requirements.txt @@ -4,7 +4,7 @@ sysv-ipc==1.1.0 boto3==1.17.89 grpcio-tools==1.38.0 grpcio==1.53.2 -protobuf==3.18.3 +protobuf==4.25.8 paho-mqtt==1.5.1 waitress==3.0.1 Flask==2.3.2