From eb04fcf329f98e560e1ad4a7f49b760dda7f4203 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 17:58:52 +0000 Subject: [PATCH] Update google-cloud-bigquery requirement from ==3.11.* to ==3.13.* 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/compare/v3.11.0...v3.13.0) --- updated-dependencies: - dependency-name: google-cloud-bigquery 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 092b75ce35..3b48195000 100644 --- a/requirements.txt +++ b/requirements.txt @@ -31,7 +31,7 @@ pandas pandera prometheus_pandas pytest-mock -google-cloud-bigquery==3.11.* +google-cloud-bigquery==3.13.* google-cloud-bigquery[pandas]==3.11.* gspread==5.12.*