From 60c6413af5dc29289e61ae07f0d1991b8298a48d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Mar 2025 19:40:19 +0000 Subject: [PATCH] Bump google-cloud-bigquery from 3.25.0 to 3.30.0 in /src Bumps [google-cloud-bigquery](https://github.com/googleapis/python-bigquery) from 3.25.0 to 3.30.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.25.0...v3.30.0) --- updated-dependencies: - dependency-name: google-cloud-bigquery dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index a1299b24049..3da04d29adc 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -8,5 +8,5 @@ sqlfluff==3.3.0 # sql/util/* dependencies pandas==2.2.3 -google-cloud-bigquery==3.25.0 +google-cloud-bigquery==3.30.0 requests==2.32.3