From f756b15ed8a1989d14a9e6a93ff3443d8f90136c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Jun 2025 04:06:23 +0000 Subject: [PATCH] Bump protobuf from 3.20.3 to 4.25.8 in /microservices/lms Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.20.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.20.3...v4.25.8) --- updated-dependencies: - dependency-name: protobuf dependency-version: 4.25.8 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- microservices/lms/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/microservices/lms/requirements.txt b/microservices/lms/requirements.txt index c8ebc7a3e..7ff6c4545 100644 --- a/microservices/lms/requirements.txt +++ b/microservices/lms/requirements.txt @@ -9,6 +9,6 @@ google-auth==2.15.0 google-api-python-client==2.69.0 google-auth-httplib2==0.1.0 google-auth-oauthlib==0.4.6 -protobuf==3.20.3 +protobuf==4.25.8 oauth2client==4.1.3 ttl-cache==1.6 \ No newline at end of file