From d94c3452a2807bbb9b674b41b004c592898e23b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 May 2025 12:16:24 +0000 Subject: [PATCH] Bump google-cloud-bigquery from 3.31.0 to 3.32.0 in /src Bumps [google-cloud-bigquery](https://github.com/googleapis/python-bigquery) from 3.31.0 to 3.32.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.31.0...v3.32.0) --- updated-dependencies: - dependency-name: google-cloud-bigquery dependency-version: 3.32.0 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 33c13ea7389..5d15f875f61 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -8,5 +8,5 @@ sqlfluff==3.4.0 # sql/util/* dependencies pandas==2.2.3 -google-cloud-bigquery==3.31.0 +google-cloud-bigquery==3.32.0 requests==2.32.3