From 8810e4cb253483f026039d177a665338d16dc7a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 May 2022 08:03:51 +0000 Subject: [PATCH] Update protobuf requirement from <3.15,>=3.6.0 to >=3.6.0,<4.22 Updates the requirements on [protobuf]() to permit the latest version. --- 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..97afc6d 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,<4.22 google-api-python-client psycopg2cffi-compat six