From 688447fbdb44d78bbb202b7102ee039fcd78d81d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 01:14:56 +0000 Subject: [PATCH] build(deps): bump google-cloud-bigquery from 3.28.0 to 3.29.0 (#209) Bumps [google-cloud-bigquery](https://github.com/googleapis/python-bigquery) from 3.28.0 to 3.29.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.28.0...v3.29.0) --- updated-dependencies: - dependency-name: google-cloud-bigquery dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index ed154d4..e8518ad 100644 --- a/poetry.lock +++ b/poetry.lock @@ -579,13 +579,13 @@ requests = ["requests (>=2.20.0,<3.0.0.dev0)"] [[package]] name = "google-cloud-bigquery" -version = "3.28.0" +version = "3.29.0" description = "Google BigQuery API client library" optional = false python-versions = ">=3.7" files = [ - {file = "google_cloud_bigquery-3.28.0-py2.py3-none-any.whl", hash = "sha256:29a0ed6ea19eab9bf59429f66d7a2b20ebea78597e76ed6fb653a581486e90c8"}, - {file = "google_cloud_bigquery-3.28.0.tar.gz", hash = "sha256:161f9f424400f7bd0a4885ee80027f0030f4f5ff6feaaa1c30bb12c2c5a0e783"}, + {file = "google_cloud_bigquery-3.29.0-py2.py3-none-any.whl", hash = "sha256:5453a4eabe50118254eda9778f3d7dad413490de5f7046b5e66c98f5a1580308"}, + {file = "google_cloud_bigquery-3.29.0.tar.gz", hash = "sha256:fafc2b455ffce3bcc6ce0e884184ef50b6a11350a83b91e327fadda4d5566e72"}, ] [package.dependencies] @@ -2212,4 +2212,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">3.9,<4.0" -content-hash = "ed7db7aba794677b4ada6c705bafd64e1633f3708dbd4a2d9346a10a00bcebb5" +content-hash = "b064eb510b9471a733114676872bf91f62b29450014f21cef0e4c8e6d2379d87" diff --git a/pyproject.toml b/pyproject.toml index 27c1875..8a76f05 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ license = "MIT" [tool.poetry.dependencies] python = ">3.9,<4.0" -google-cloud-bigquery = "3.28.0" +google-cloud-bigquery = "3.29.0" google-cloud-storage = "2.19.0" Flask = "^3.1.0" fiaas-logging = "^0.1"