From e6868ba91ee6925f58f84a5a32559e0fe443db0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 20:46:04 +0000 Subject: [PATCH] Update google-cloud-bigquery requirement Updates the requirements on [google-cloud-bigquery](https://github.com/googleapis/python-bigquery) to permit the latest version. - [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/commits) --- updated-dependencies: - dependency-name: google-cloud-bigquery dependency-version: 3.42.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index cb8a3f4..f31e3c1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ google-auth-oauthlib==1.4.0 google-auth-httplib2==0.4.0 google-api-python-client>=2.198.0,<3.0.0 -google-cloud-bigquery>=3.42.1,<4.0.0 +google-cloud-bigquery>=3.42.2,<4.0.0 python-dateutil==2.9.0.post0 requests>=2.34.2 urllib3>=2.7.0