From 0bb66a5af66f3fa9814507400a2aa11ad4eaa0dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Sep 2024 20:10:48 -0700 Subject: [PATCH] Bump protobuf from 4.25.3 to 5.28.0 (#157) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 44abc64..d434920 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,6 +5,6 @@ litecli == 1.11.1 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