From e2202daf28bc188f9ae9c5e967edc9e0fea8e76a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Mar 2021 07:09:48 +0000 Subject: [PATCH] chore(deps): bump google-cloud-bigquery Bumps [google-cloud-bigquery](https://github.com/googleapis/python-bigquery) from 1.9.0 to 2.11.0. - [Release notes](https://github.com/googleapis/python-bigquery/releases) - [Changelog](https://github.com/googleapis/python-bigquery/blob/master/CHANGELOG.md) - [Commits](https://github.com/googleapis/python-bigquery/compare/v1.9.0...v2.11.0) 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 f7bc76ce6e..dcb12e2be2 100644 --- a/components/gcp/container/component_sdk/python/setup.py +++ b/components/gcp/container/component_sdk/python/setup.py @@ -25,7 +25,7 @@ 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-cloud-bigquery == 1.9.0' + 'google-cloud-bigquery == 2.11.0' ], packages=[ 'kfp_component',