From d96e013cc3a4cc0d28a915d5b2be4ae1f0622315 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Sep 2022 23:16:03 +0000 Subject: [PATCH] Bump protobuf from 3.15.0 to 3.18.3 in /web_app Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.15.0 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.15.0...v3.18.3) --- updated-dependencies: - dependency-name: protobuf dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- web_app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_app/requirements.txt b/web_app/requirements.txt index da99654..dae2056 100644 --- a/web_app/requirements.txt +++ b/web_app/requirements.txt @@ -25,7 +25,7 @@ oauth2-client==0.0.15 pandas==0.20.1 paramiko==2.10.1 ply==3.10 -protobuf==3.15.0 +protobuf==3.18.3 pure-sasl==0.4.0 pyasn1==0.1.9 pycparser==2.17