From 2d512c35c50b4884902ddd658cefec377b31b519 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jun 2023 22:57:14 +0000 Subject: [PATCH] Bump google-cloud-bigquery from 2.31.0 to 3.11.1 Bumps [google-cloud-bigquery](https://github.com/googleapis/python-bigquery) from 2.31.0 to 3.11.1. - [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.1) --- 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..f7875153b 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.1', 'pipelinewise-singer-python==1.*', 'python-pidfile==3.0.0', 'pymongo==3.12.3',