From 3722b26703dbae820ee60eafe48fd13e6fd6c23d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Dec 2025 12:11:17 +0000 Subject: [PATCH] Bump google-cloud-bigquery from 3.38.0 to 3.39.0 in /src Bumps [google-cloud-bigquery](https://github.com/googleapis/python-bigquery) from 3.38.0 to 3.39.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.38.0...v3.39.0) --- updated-dependencies: - dependency-name: google-cloud-bigquery dependency-version: 3.39.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 a620903b020..29ae3b4755a 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -8,5 +8,5 @@ sqlfluff==3.5.0 # sql/util/* dependencies pandas==2.3.3 -google-cloud-bigquery==3.38.0 +google-cloud-bigquery==3.39.0 requests==2.32.5