From da533d17a2a337a09105b3b5bfc960a4bc5faa13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Feb 2022 02:37:20 +0000 Subject: [PATCH] Bump protobuf from 3.5.1 to 3.15.0 Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.5.1 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.5.1...v3.15.0) --- updated-dependencies: - dependency-name: protobuf dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 requirements.txt mode change 100755 => 100644 setup.py diff --git a/requirements.txt b/requirements.txt old mode 100755 new mode 100644 index fb970b5c..03c17e2c --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ MarkupSafe==1.0 numpy==1.17.0 olefile==0.44 Pillow==4.3.0 -protobuf==3.5.1 +protobuf==3.15.0 six==1.11.0 Werkzeug==0.14.1 wikipedia==1.4.0 diff --git a/setup.py b/setup.py old mode 100755 new mode 100644 index f3d57179..7550af11 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ 'numpy==1.17.0', 'olefile==0.44', 'Pillow==6.1.0', - 'protobuf==3.5.1', + 'protobuf==3.15.0', 'six==1.11.0', 'Werkzeug==0.14.1', 'wikipedia==1.4.0',