From 6c02263b537a0e9d6df56ee870e72356366d3f03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Sep 2022 22:23:14 +0000 Subject: [PATCH] Bump protobuf from 3.1 to 3.18.3 in /docker/build/installers Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.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/v3.1.0...v3.18.3) --- updated-dependencies: - dependency-name: protobuf dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docker/build/installers/py27_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/build/installers/py27_requirements.txt b/docker/build/installers/py27_requirements.txt index 5f3fc94a2..34964af38 100644 --- a/docker/build/installers/py27_requirements.txt +++ b/docker/build/installers/py27_requirements.txt @@ -7,7 +7,7 @@ supervisor # Google infras. glog -protobuf == 3.1 +protobuf == 3.18.3 python-gflags # Web utils.