From 62fe086c175823794911cab0cdc45f7c34d41fd3 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 17 Dec 2025 20:23:07 +0000 Subject: [PATCH 1/2] chore(deps): update all dependencies --- samples/cloud-client/snippets/requirements.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/samples/cloud-client/snippets/requirements.txt b/samples/cloud-client/snippets/requirements.txt index ca10063f2..e27ebf7db 100644 --- a/samples/cloud-client/snippets/requirements.txt +++ b/samples/cloud-client/snippets/requirements.txt @@ -1,7 +1,7 @@ -google-cloud-compute==1.5.1 -google-cloud-storage==3.1.0 -google-auth==2.41.1 -pytest==8.4.2 +google-cloud-compute==1.40.0 +google-cloud-storage==3.7.0 +google-auth==2.45.0 +pytest==9.0.2 boto3>=1.26.0 -requests==2.32.4 -python-dotenv==1.1.1 +requests==2.32.5 +python-dotenv==1.2.1 From 2b3940ce1df2ed9b302597c9000b174f347c2a9c Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Wed, 17 Dec 2025 15:30:40 -0500 Subject: [PATCH 2/2] pin pytest for python 3.9 --- samples/cloud-client/snippets/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/samples/cloud-client/snippets/requirements.txt b/samples/cloud-client/snippets/requirements.txt index e27ebf7db..21460db3b 100644 --- a/samples/cloud-client/snippets/requirements.txt +++ b/samples/cloud-client/snippets/requirements.txt @@ -1,7 +1,8 @@ google-cloud-compute==1.40.0 google-cloud-storage==3.7.0 google-auth==2.45.0 -pytest==9.0.2 +pytest===8.4.2; python_version == '3.9' +pytest==9.0.2; python_version > '3.9' boto3>=1.26.0 requests==2.32.5 python-dotenv==1.2.1