From 5b2b46e1ea458f6f0d3186dbaadcb679c0e5113a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 04:07:27 +0000 Subject: [PATCH] Update google-cloud-bigquery requirement 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/main/CHANGELOG.md) - [Commits](https://github.com/googleapis/python-bigquery/compare/v2.20.0...v3.5.0) --- updated-dependencies: - dependency-name: google-cloud-bigquery dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d561ccf..4bcb547 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ py_modules=["target_bigquery"], install_requires=[ 'pipelinewise-singer-python>=1,<3', - 'google-cloud-bigquery>=2.20.0,<3.1.0', + 'google-cloud-bigquery>=2.20.0,<3.6.0', 'fastavro>=0.22.8,<1.4.11' ], extras_require={