From 03e57c73597242bf4cf70df03c56d9d30fe1bbfd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Mar 2021 07:21:37 +0000 Subject: [PATCH] Update google-cloud-bigquery requirement in /plugins/bigquery Updates the requirements on [google-cloud-bigquery](https://github.com/googleapis/python-bigquery) to permit the latest version. - [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.25.0...v2.11.0) Signed-off-by: dependabot[bot] --- plugins/bigquery/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/bigquery/setup.py b/plugins/bigquery/setup.py index 634f658d3bb..d4370d8a1f7 100644 --- a/plugins/bigquery/setup.py +++ b/plugins/bigquery/setup.py @@ -51,7 +51,7 @@ # These are more tightly pinned, as they have a track record of # breaking changes in minor releases. 'google-cloud-core>=1.3.0,<1.5', - 'google-cloud-bigquery>=1.25.0,<2.4', + 'google-cloud-bigquery>=1.25.0,<2.12', 'google-api-core>=1.16.0,<1.24', 'googleapis-common-protos>=1.6.0,<1.53', 'six>=1.14.0',