From 353fe3ca1cefa5944548a04f6706e509ec3e323f Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Tue, 5 Nov 2024 21:37:38 +0100 Subject: [PATCH] fix(deps): Update dependency google-cloud-kms to v3.1.0 (#135) --- envelope-encryption-sample/python-cli/requirements.txt | 2 +- .../examples/python/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/envelope-encryption-sample/python-cli/requirements.txt b/envelope-encryption-sample/python-cli/requirements.txt index f9d9da0..561c367 100644 --- a/envelope-encryption-sample/python-cli/requirements.txt +++ b/envelope-encryption-sample/python-cli/requirements.txt @@ -1,4 +1,4 @@ -google-cloud-kms==3.0.0 +google-cloud-kms==3.1.0 absl-py==2.1.0 cryptography==43.0.3 crcmod==1.7 diff --git a/share-encrypted-data-with-partners/examples/python/requirements.txt b/share-encrypted-data-with-partners/examples/python/requirements.txt index cf56566..defe66a 100644 --- a/share-encrypted-data-with-partners/examples/python/requirements.txt +++ b/share-encrypted-data-with-partners/examples/python/requirements.txt @@ -1,2 +1,2 @@ cryptography==43.0.3 -google-cloud-kms==3.0.0 +google-cloud-kms==3.1.0