From 1d8eee77cb05c981f2cb49dd8fad885c2b9c486c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Sep 2025 12:06:46 +0000 Subject: [PATCH] Bump google-cloud-bigquery from 3.37.0 to 3.38.0 in /src Bumps [google-cloud-bigquery](https://github.com/googleapis/python-bigquery) from 3.37.0 to 3.38.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.37.0...v3.38.0) --- updated-dependencies: - dependency-name: google-cloud-bigquery dependency-version: 3.38.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 a6fbb750c44..aa00d71bd8c 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -8,5 +8,5 @@ sqlfluff==3.4.2 # sql/util/* dependencies pandas==2.3.2 -google-cloud-bigquery==3.37.0 +google-cloud-bigquery==3.38.0 requests==2.32.5