From 15ab775101a67ccaf71d2dab56981e721e04abfc Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Sat, 8 Nov 2025 20:59:33 +0000 Subject: [PATCH] chore(deps): update all dependencies --- samples/snippets/requirements-test.txt | 4 ++-- samples/snippets/requirements.txt | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/samples/snippets/requirements-test.txt b/samples/snippets/requirements-test.txt index 4ad485fb..23d5fdaa 100644 --- a/samples/snippets/requirements-test.txt +++ b/samples/snippets/requirements-test.txt @@ -1,2 +1,2 @@ -google-cloud-testutils==1.6.4 -pytest==8.4.2 +google-cloud-testutils==1.7.0 +pytest==9.0.0 diff --git a/samples/snippets/requirements.txt b/samples/snippets/requirements.txt index 3aba0be3..758f3fc8 100644 --- a/samples/snippets/requirements.txt +++ b/samples/snippets/requirements.txt @@ -1,6 +1,6 @@ -google-cloud-bigquery-storage==2.33.1 +google-cloud-bigquery-storage==2.34.0 google-cloud-bigquery==3.38.0 -pandas-gbq==0.29.2 +pandas-gbq==0.30.0 pandas==2.3.3 -pyarrow==21.0.0; python_version <= "3.9" +pyarrow==22.0.0; python_version <= "3.9" pyarrow==22.0.0; python_version > "3.9"