From 5571c6d32e17b65e9041a264cb2a3f2f5614cf0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Mar 2021 06:50:36 +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.12.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.12.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..30f138c284 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.12.0' ], packages=[ 'kfp_component',