From d9fc7ab61f102fa784be5943a86de8808a543544 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Tue, 12 Dec 2023 19:41:49 +0000 Subject: [PATCH 1/2] chore(deps): update all dependencies --- samples/cloud-client/snippets/requirements.txt | 8 ++++---- testing/requirements.txt | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/samples/cloud-client/snippets/requirements.txt b/samples/cloud-client/snippets/requirements.txt index d661b7fc9..0064412b3 100644 --- a/samples/cloud-client/snippets/requirements.txt +++ b/samples/cloud-client/snippets/requirements.txt @@ -1,4 +1,4 @@ -google-cloud-compute==1.5.1 -google-cloud-storage==2.5.0 -google-auth==2.11.0 -pytest==7.1.2 \ No newline at end of file +google-cloud-compute==1.15.0 +google-cloud-storage==2.14.0 +google-auth==2.25.2 +pytest==7.4.3 \ No newline at end of file diff --git a/testing/requirements.txt b/testing/requirements.txt index 27a0b3cb7..515751256 100644 --- a/testing/requirements.txt +++ b/testing/requirements.txt @@ -10,7 +10,7 @@ pytest-localserver pyu2f requests urllib3 -cryptography < 39.0.0 +cryptography <41.0.8 responses grpcio # Async Dependencies From 04f5a3eb7705e8c71686fd9b35a8dee542b93a8d Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Thu, 14 Dec 2023 08:33:44 -0500 Subject: [PATCH 2/2] See https://github.com/googleapis/google-auth-library-python/issues/1440 --- testing/requirements.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/testing/requirements.txt b/testing/requirements.txt index 515751256..3bbf78a15 100644 --- a/testing/requirements.txt +++ b/testing/requirements.txt @@ -10,7 +10,9 @@ pytest-localserver pyu2f requests urllib3 -cryptography <41.0.8 +# See https://github.com/googleapis/google-auth-library-python/issues/1440 +cryptography < 39.0.0; python_version == '3.7' +cryptography; python_version >= '3.8' responses grpcio # Async Dependencies