From 7f53d640704a92d0925c68a896662e3a3a1e694d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Sep 2024 02:52:00 +0000 Subject: [PATCH] Bump protobuf from 4.25.3 to 5.28.0 Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 4.25.3 to 5.28.0. - [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/v4.25.3...v5.28.0) --- updated-dependencies: - dependency-name: protobuf dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 783fa72..06f794f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,6 +5,6 @@ litecli == 1.11.0 google-cloud-logging == 3.11.2 google-compute-engine == 2.8.13 gunicorn == 23.0.0 -protobuf == 4.25.3 +protobuf == 5.28.0 requests == 2.32.3 supervisor == 4.2.5