From 997acdbf88b071fc76de035ea24b5e3fcdad7d4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Jan 2023 17:01:33 +0000 Subject: [PATCH] Bump google-cloud-bigquery Bumps [google-cloud-bigquery](https://github.com/googleapis/python-bigquery) from 1.9.0 to 3.4.2. - [Release notes](https://github.com/googleapis/python-bigquery/releases) - [Changelog](https://github.com/googleapis/python-bigquery/blob/main/CHANGELOG.md) - [Commits](https://github.com/googleapis/python-bigquery/compare/v1.9.0...v3.4.2) --- updated-dependencies: - dependency-name: google-cloud-bigquery 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..86881537 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 == 3.4.2' ], packages=[ 'kfp_component',