From 5e5be2ea2b821212718b9261be48416029b959c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Feb 2022 03:19:04 +0000 Subject: [PATCH] Bump protobuf from 3.12.2 to 3.15.0 Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.12.2 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.12.2...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(-) diff --git a/requirements.txt b/requirements.txt index 6919e25..f55b230 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ ecdsa==0.15 gmssl==3.2.1 requests==2.20.0 -protobuf==3.12.2 +protobuf==3.15.0 pycryptodome==3.9.7 ed25519==1.5 diff --git a/setup.py b/setup.py index ad033df..46edd8a 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ "ecdsa == 0.15", "gmssl == 3.2.1", "requests == 2.20.0", - "protobuf == 3.12.2", + "protobuf == 3.15.0", "pycryptodome == 3.9.7", "ed25519 == 1.5", ]