From 74d140d7485f7559c374e8f274744594327f473e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jun 2023 22:57:04 +0000 Subject: [PATCH] Bump google-cloud-bigquery from 2.31.0 to 3.11.0 Bumps [google-cloud-bigquery](https://github.com/googleapis/python-bigquery) from 2.31.0 to 3.11.0. - [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/v2.31.0...v3.11.0) --- updated-dependencies: - dependency-name: google-cloud-bigquery dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 70aef6f2d..9370501c3 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ 'PyMySQL==0.7.11', 'psycopg2-binary==2.9.5', 'snowflake-connector-python[pandas]==2.7.6', - 'google-cloud-bigquery==2.31.0', + 'google-cloud-bigquery==3.11.0', 'pipelinewise-singer-python==1.*', 'python-pidfile==3.0.0', 'pymongo==3.12.3',