From 78956c822c87949b53864c4ac33be66b084382f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Sep 2022 22:30:00 +0000 Subject: [PATCH] Bump protobuf from 3.10.0 to 3.18.3 Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.10.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.10.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 ebe3758..ce3392b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,7 +19,7 @@ lru-dict==1.1.6 multiaddr==0.0.8 netaddr==0.7.19 parsimonious==0.8.1 -protobuf==3.10.0 +protobuf==3.18.3 pycryptodome==3.9.0 pyrsistent==0.15.4 python-dateutil==2.8.0 diff --git a/setup.py b/setup.py index d765a14..9898652 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ "multiaddr==0.0.8", "netaddr==0.7.19", "parsimonious==0.8.1", - "protobuf==3.10.0", + "protobuf==3.18.3", "pycryptodome==3.9.0", "pyrsistent==0.15.4", "python-dateutil==2.8.0",