From 33125107008f3adbf5d8a25540bbb52cbd0e897c Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 10 Sep 2025 09:53:40 +0000 Subject: [PATCH] chore(deps): update all dependencies --- samples/quickstart/requirements.txt | 2 +- samples/snippets/requirements.txt | 4 ++-- samples/to_dataframe/requirements.txt | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/samples/quickstart/requirements.txt b/samples/quickstart/requirements.txt index cc98abd3..bcdb6084 100644 --- a/samples/quickstart/requirements.txt +++ b/samples/quickstart/requirements.txt @@ -1,2 +1,2 @@ fastavro -google-cloud-bigquery-storage==2.33.0 +google-cloud-bigquery-storage==2.33.1 diff --git a/samples/snippets/requirements.txt b/samples/snippets/requirements.txt index e9bcafd7..c092e4af 100644 --- a/samples/snippets/requirements.txt +++ b/samples/snippets/requirements.txt @@ -1,6 +1,6 @@ -google-cloud-bigquery-storage==2.33.0 +google-cloud-bigquery-storage==2.33.1 google-cloud-bigquery===3.30.0; python_version <= '3.8' -google-cloud-bigquery==3.36.0; python_version >= '3.9' +google-cloud-bigquery==3.37.0; python_version >= '3.9' pytest===7.4.3; python_version == '3.7' pytest===8.3.5; python_version == '3.8' pytest==8.4.2; python_version >= '3.9' diff --git a/samples/to_dataframe/requirements.txt b/samples/to_dataframe/requirements.txt index ece37ce4..991c524b 100644 --- a/samples/to_dataframe/requirements.txt +++ b/samples/to_dataframe/requirements.txt @@ -1,7 +1,7 @@ google-auth==2.40.3 -google-cloud-bigquery-storage==2.33.0 +google-cloud-bigquery-storage==2.33.1 google-cloud-bigquery===3.30.0; python_version <= '3.8' -google-cloud-bigquery==3.36.0; python_version >= '3.9' +google-cloud-bigquery==3.37.0; python_version >= '3.9' pyarrow===12.0.1; python_version == '3.7' pyarrow===17.0.0; python_version == '3.8' pyarrow==21.0.0; python_version >= '3.9'