From 7a8947c1212c6f2a1b8da1dd4bd22735bb13a50d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Sep 2022 22:27:44 +0000 Subject: [PATCH] Bump protobuf from 2.6.1 to 3.18.3 in /module_api Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 2.6.1 to 3.18.3. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/generate_changelog.py) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v2.6.1...v3.18.3) --- updated-dependencies: - dependency-name: protobuf dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- module_api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module_api/requirements.txt b/module_api/requirements.txt index 1adbf77..71aedc5 100644 --- a/module_api/requirements.txt +++ b/module_api/requirements.txt @@ -10,7 +10,7 @@ Flask==0.12.2 GoogleAppEngineCloudStorageClient==1.9.22.1 google-api-python-client==1.6.2 mock==1.3.0 -protobuf==2.6.1 +protobuf==3.18.3 python-twitter==3.3 pytz==2017.2 requests-toolbelt==0.8.0