From cec35a305816a1f74630862dcd778a73236fb9ea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 21:52:53 +0000 Subject: [PATCH] fix(deps): update dependency google-cloud-bigquery to <=3.29.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 728a2899..9ad32a4b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ dependencies = [ "Flask-Cors>=3.0.3", "fluent-logger>=0.9.4", "google-cloud>=0.32.0", - "google-cloud-bigquery<=3.27.0", + "google-cloud-bigquery<=3.29.0", "google-cloud-storage>=1.6.0", "gunicorn>=22.0.0", "matplotlib==3.10.0",