From bb138ebfed542e8b5706238f59ff953b1c4bcf33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 03:52:57 +0000 Subject: [PATCH] build(deps): bump google-cloud-bigquery from 3.26.0 to 3.27.0 in /api Bumps [google-cloud-bigquery](https://github.com/googleapis/python-bigquery) from 3.26.0 to 3.27.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.26.0...v3.27.0) --- updated-dependencies: - dependency-name: google-cloud-bigquery dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- api/poetry.lock | 8 ++++---- api/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/api/poetry.lock b/api/poetry.lock index 1467d00803d..6211acc4e94 100644 --- a/api/poetry.lock +++ b/api/poetry.lock @@ -1815,13 +1815,13 @@ httplib2 = ">=0.19.0" [[package]] name = "google-cloud-bigquery" -version = "3.26.0" +version = "3.27.0" description = "Google BigQuery API client library" optional = false python-versions = ">=3.7" files = [ - {file = "google_cloud_bigquery-3.26.0-py2.py3-none-any.whl", hash = "sha256:e0e9ad28afa67a18696e624cbccab284bf2c0a3f6eeb9eeb0426c69b943793a8"}, - {file = "google_cloud_bigquery-3.26.0.tar.gz", hash = "sha256:edbdc788beea659e04c0af7fe4dcd6d9155344b98951a0d5055bd2f15da4ba23"}, + {file = "google_cloud_bigquery-3.27.0-py2.py3-none-any.whl", hash = "sha256:b53b0431e5ba362976a4cd8acce72194b4116cdf8115030c7b339b884603fcc3"}, + {file = "google_cloud_bigquery-3.27.0.tar.gz", hash = "sha256:379c524054d7b090fa56d0c22662cc6e6458a6229b6754c0e7177e3a73421d2c"}, ] [package.dependencies] @@ -6186,4 +6186,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "24c2e3bacfb39de6eaff15590220b521aed575b108b8ce1e39d8a2aedef042eb" +content-hash = "43c214f4a51c0582a2d53728ef584bd9cbbe338c9fd50fabf8ad93b5ad53d336" diff --git a/api/pyproject.toml b/api/pyproject.toml index 0b745cedf2c..e4f8264338c 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -32,7 +32,7 @@ flask-wtf = "1.2.2" geoalchemy2 = "^0.15.2" google-api-python-client = "2.151.0" google-auth = "2.36.0" -google-cloud-bigquery = "3.26.0" +google-cloud-bigquery = "3.27.0" google-cloud-storage = "2.18.2" google-cloud-tasks = "2.17.0" googleapis-common-protos = "^1.65.0"