From 2b005d8bdc93e78c3087f9a860913630fd7c9ed3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Sep 2022 22:42:56 +0000 Subject: [PATCH] Bump protobuf from 3.12.2 to 3.18.3 Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.12.2 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.2...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 6919e25..e9940d6 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.18.3 pycryptodome==3.9.7 ed25519==1.5 diff --git a/setup.py b/setup.py index ad033df..406a335 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.18.3", "pycryptodome == 3.9.7", "ed25519 == 1.5", ]