From 3f0bb3376ede583c991e2e316b63917cdf0d040a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Sep 2022 22:35:52 +0000 Subject: [PATCH] Bump protobuf from 3.12.0 to 3.18.3 Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.12.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.12.0...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(-) diff --git a/requirements.txt b/requirements.txt index 0271eea..c8b99d2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ Keras-Applications==1.0.8 Keras-Preprocessing==1.1.0 oauth2client==4.1.3 pandas==1.0.0 -protobuf==3.12.0 +protobuf==3.18.3 SQLAlchemy==1.3.13 psycopg2==2.8.4 qtconsole==4.6.0 diff --git a/setup.py b/setup.py index d1b23bf..50b20ac 100644 --- a/setup.py +++ b/setup.py @@ -50,7 +50,7 @@ 'Keras-Preprocessing==1.1.0', 'oauth2client==4.1.3', 'pandas==1.0.0', - 'protobuf==3.12.0', + 'protobuf==3.18.3', 'SQLAlchemy==1.3.13', 'psycopg2==2.8.4', 'qtconsole==4.6.0',