From 01eda75ccfffd0f4a53acc3fe9ee8087ec26a846 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Dec 2022 08:00:58 +0000 Subject: [PATCH] Update google-api-core requirement Updates the requirements on [google-api-core](https://github.com/googleapis/python-api-core) to permit the latest version. - [Release notes](https://github.com/googleapis/python-api-core/releases) - [Changelog](https://github.com/googleapis/python-api-core/blob/main/CHANGELOG.md) - [Commits](https://github.com/googleapis/python-api-core/compare/v1.16.0...v2.11.0) --- updated-dependencies: - dependency-name: google-api-core 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..7593bf8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ boto3 -google-api-core>=1.16.0,<1.24.0 +google-api-core>=1.16.0,<2.12.0 protobuf>=3.6.0,<3.15 google-api-python-client psycopg2cffi-compat