From ddfec548fbbb08a4e74f1f08048f73451bf9b08c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Jan 2023 01:56:07 +0000 Subject: [PATCH] Build(deps): 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_dev.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 66cd83a..8c61b62 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -22,7 +22,7 @@ deprecation==2.1.0 grpcio-tools grpcio grpcio-reflection -protobuf==3.19.4 +protobuf==3.19.5 pyyaml six gcloud diff --git a/setup.py b/setup.py index ccc0e6e..97d55ce 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ with open('HISTORY.rst') as history_file: history = history_file.read() -requirements = ['requests', 'python-dotenv', 'deprecation', 'protobuf~=4.21.10', 'grpcio', 'google-api-python-client', 'boto3'] +requirements = ['requests', 'python-dotenv', 'deprecation', 'protobuf>=4.21.10,<3.20.0', 'grpcio', 'google-api-python-client', 'boto3'] # removed in 0.7.1 test_requirements = ['pytest']