From 6abbe82e301e56167fc11654859de148e1c23aaa Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 8 Oct 2025 13:05:28 +0000 Subject: [PATCH] fix(deps): Update dependency cryptography to v46.0.2 --- envelope-encryption-sample/python-cli/requirements.txt | 2 +- scripts/singletenanthsm/requirements.txt | 2 +- .../examples/python/requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/envelope-encryption-sample/python-cli/requirements.txt b/envelope-encryption-sample/python-cli/requirements.txt index 6d091b46..18d52e07 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.6.0 absl-py==2.3.1 -cryptography==46.0.1 +cryptography==46.0.2 crcmod==1.7 diff --git a/scripts/singletenanthsm/requirements.txt b/scripts/singletenanthsm/requirements.txt index 05b7052e..f77958c3 100644 --- a/scripts/singletenanthsm/requirements.txt +++ b/scripts/singletenanthsm/requirements.txt @@ -4,7 +4,7 @@ backports.tarfile==1.2.0 cffi==1.17.1 click==8.2.1 colorlog==6.9.0 -cryptography==46.0.1 +cryptography==46.0.2 dependency-groups==1.3.1 distlib==0.4.0 fido2==2.0.0 diff --git a/share-encrypted-data-with-partners/examples/python/requirements.txt b/share-encrypted-data-with-partners/examples/python/requirements.txt index 12e5662b..1c9d811e 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==46.0.1 +cryptography==46.0.2 google-cloud-kms==3.6.0