From 430f4a60786025f755a9044fc122e4c1e95fbd13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Sep 2022 23:05:32 +0000 Subject: [PATCH] Bump protobuf from 3.15.0 to 3.18.3 in /src/emailservice 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: indirect ... Signed-off-by: dependabot[bot] --- src/emailservice/requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/emailservice/requirements.txt b/src/emailservice/requirements.txt index 7b07113..8138771 100644 --- a/src/emailservice/requirements.txt +++ b/src/emailservice/requirements.txt @@ -55,7 +55,7 @@ markupsafe==1.1.0 # via jinja2 opencensus[stackdriver]==0.1.10 # via -r requirements.in -protobuf==3.15.0 +protobuf==3.18.3 # via # google-api-core # google-cloud-profiler @@ -85,7 +85,6 @@ six==1.12.0 # google-api-python-client # google-auth # grpcio - # protobuf uritemplate==3.0.0 # via google-api-python-client urllib3==1.24.2