From f59d22271b03a58ed2a4d96aee114133a9e83991 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Feb 2022 02:29:34 +0000 Subject: [PATCH] Bump protobuf from 3.4.0 to 3.15.0 in /entities/python Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.4.0 to 3.15.0. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/master/generate_changelog.py) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.4.0...v3.15.0) --- updated-dependencies: - dependency-name: protobuf dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- entities/python/requirements.in | 2 +- entities/python/requirements.txt | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/entities/python/requirements.in b/entities/python/requirements.in index 40e388c..075abf2 100644 --- a/entities/python/requirements.in +++ b/entities/python/requirements.in @@ -1 +1 @@ -protobuf==3.4.0 +protobuf==3.15.0 diff --git a/entities/python/requirements.txt b/entities/python/requirements.txt index c2db902..18093f2 100644 --- a/entities/python/requirements.txt +++ b/entities/python/requirements.txt @@ -4,5 +4,7 @@ # # pip-compile --no-index --output-file requirements.txt requirements.in # -protobuf==3.4.0 -six==1.10.0 # via protobuf +protobuf==3.15.0 + # via -r requirements.in +six==1.10.0 + # via protobuf