From fee49a32e48ece53f1d5f78e65b2ecaa3cd723a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Oct 2021 08:03:27 +0000 Subject: [PATCH] Update protobuf requirement from <3.15,>=3.6.0 to >=3.6.0,<3.20 Updates the requirements on [protobuf](https://github.com/protocolbuffers/protobuf) to permit the latest version. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/master/generate_changelog.py) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.6.0...v3.19.0) --- updated-dependencies: - dependency-name: protobuf dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9d3d6f6..0c5faf9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ boto3 google-api-core>=1.16.0,<1.24.0 -protobuf>=3.6.0,<3.15 +protobuf>=3.6.0,<3.20 google-api-python-client psycopg2cffi-compat six