From d5376b31dbe21b74bb455036d3366f9b3a4be550 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Sep 2022 21:45:16 +0000 Subject: [PATCH] Bump protobuf from 3.7.0 to 3.18.3 Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.7.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.7.0...v3.18.3) --- updated-dependencies: - dependency-name: protobuf dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirement.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirement.txt b/requirement.txt index e9aa22b..3554059 100644 --- a/requirement.txt +++ b/requirement.txt @@ -15,7 +15,7 @@ google-auth-httplib2==0.0.3 httplib2==0.12.1 idna==2.8 Naked==0.1.31 -protobuf==3.7.0 +protobuf==3.18.3 pyasn1==0.4.5 pyasn1-modules==0.2.4 pycryptodome==3.7.3 diff --git a/setup.py b/setup.py index 39b6b0b..51c3fac 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ "eth-utils == 1.0.3", "idna == 2.6", "Naked == 0.1.31", - "protobuf == 3.5.2.post1", + "protobuf == 3.18.3", "pycryptodome == 3.6.6", "pycurl == 7.43.0.1", "pyscrypt == 1.6.2",