From fc99b13a5f3162f4a9cb9a62807298b77fac919a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Sep 2022 21:54:47 +0000 Subject: [PATCH] Bump protobuf from 3.5.1 to 3.18.3 Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.5.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.5.1...v3.18.3) --- 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..1fd4393c --- 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.18.3 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..247f323b --- 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.18.3', 'six==1.11.0', 'Werkzeug==0.14.1', 'wikipedia==1.4.0',