From 5c11b945f540f4bceca06c4ab0042a2cde39ec7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Sep 2022 22:04:31 +0000 Subject: [PATCH] Bump protobuf from 3.19.4 to 3.19.5 Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.19.4 to 3.19.5. - [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.19.4...v3.19.5) --- 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 9432476..4fb3977 100644 --- a/requirements.txt +++ b/requirements.txt @@ -29,7 +29,7 @@ MarkupSafe==1.1.1 numpy==1.17.1 oauthlib==3.2.0 poyo==0.5.0 -protobuf==3.19.4 +protobuf==3.19.5 pyasn1==0.4.8 pyasn1-modules==0.2.8 PyJWT==1.7.1 diff --git a/setup.py b/setup.py index b38af70..1323736 100644 --- a/setup.py +++ b/setup.py @@ -66,7 +66,7 @@ 'numpy==1.17.1', 'oauthlib==3.2.0', 'poyo==0.5.0', - 'protobuf==3.19.4', + 'protobuf==3.19.5', 'pyasn1==0.4.8', 'pyasn1-modules==0.2.8', 'PyJWT==1.7.1',