From baa6a9406daa571b2a60eb56e57d44bd6c9c2ff0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Jan 2023 17:01:43 +0000 Subject: [PATCH] Bump google-api-python-client Bumps [google-api-python-client](https://github.com/googleapis/google-api-python-client) from 1.7.8 to 2.74.0. - [Release notes](https://github.com/googleapis/google-api-python-client/releases) - [Changelog](https://github.com/googleapis/google-api-python-client/blob/main/CHANGELOG.md) - [Commits](https://github.com/googleapis/google-api-python-client/compare/v1.7.8...v2.74.0) --- updated-dependencies: - dependency-name: google-api-python-client dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- components/gcp/container/component_sdk/python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/gcp/container/component_sdk/python/setup.py b/components/gcp/container/component_sdk/python/setup.py index aaf85125..478e35ba 100644 --- a/components/gcp/container/component_sdk/python/setup.py +++ b/components/gcp/container/component_sdk/python/setup.py @@ -24,7 +24,7 @@ author='google', install_requires=[ 'kubernetes >= 8.0.1', 'urllib3>=1.15,<1.25', 'fire == 0.1.3', - 'google-api-python-client == 1.7.8', 'google-cloud-storage == 1.14.0', + 'google-api-python-client == 2.74.0', 'google-cloud-storage == 1.14.0', 'google-cloud-bigquery == 1.9.0' ], packages=[