From 14a1fe1d81a1a2ac0d9b2d0b8bea72d84d6673d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 18:11:02 +0000 Subject: [PATCH] Bump google-cloud-bigquery from 3.4.1 to 3.26.0 Bumps [google-cloud-bigquery](https://github.com/googleapis/python-bigquery) from 3.4.1 to 3.26.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/v3.4.1...v3.26.0) --- updated-dependencies: - dependency-name: google-cloud-bigquery dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 1efed2a..b8f33b2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,5 +5,5 @@ numpy==1.26.1 fastavro==1.8.4 six>=1.12.0 google-cloud-pubsub==2.18.4 -google-cloud-bigquery==3.12.0 +google-cloud-bigquery==3.26.0 pyyaml==6.0.1 \ No newline at end of file diff --git a/setup.cfg b/setup.cfg index af3de85..01edeaf 100644 --- a/setup.cfg +++ b/setup.cfg @@ -49,7 +49,7 @@ install_requires = fastavro==1.7.0 six>=1.12.0 google-cloud-pubsub==2.13.11 - google-cloud-bigquery==3.4.1 + google-cloud-bigquery==3.26.0 pyyaml==6.0 [options.entry_points]