From 0ae527c36111338715657ceb7b949d944b4891dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Jun 2025 03:59:09 +0000 Subject: [PATCH] Bump protobuf from 3.15.0 to 4.25.8 Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.15.0 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.15.0...v4.25.8) --- updated-dependencies: - dependency-name: protobuf dependency-version: 4.25.8 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.in | 2 +- requirements.txt | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/requirements.in b/requirements.in index 075abf2..6012b6b 100644 --- a/requirements.in +++ b/requirements.in @@ -1 +1 @@ -protobuf==3.15.0 +protobuf==4.25.8 diff --git a/requirements.txt b/requirements.txt index 154da77..4991ddf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,5 @@ # # pip-compile --output-file requirements.txt requirements.in # -protobuf==3.15.0 +protobuf==4.25.8 # via -r requirements.in -six==1.10.0 - # via protobuf