From 2ebd6de237b978d63a3adafa2c682eda2f39f955 Mon Sep 17 00:00:00 2001 From: David del Real Sifuentes Date: Wed, 10 Jun 2026 19:11:02 +0000 Subject: [PATCH] chore(multiple samples): update cryptography to 48.0.1 and clean up pins - Update cryptography dependency to version 48.0.1 - Remove unnecessary python >= 3.10 version pins --- compute/encryption/requirements.txt | 4 ++-- iap/requirements.txt | 4 ++-- kms/attestations/requirements.txt | 4 ++-- kms/snippets/requirements.txt | 2 +- media_cdn/requirements.txt | 2 +- privateca/snippets/requirements-test.txt | 4 ++-- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/compute/encryption/requirements.txt b/compute/encryption/requirements.txt index 012874e29fa..6b676b1c188 100644 --- a/compute/encryption/requirements.txt +++ b/compute/encryption/requirements.txt @@ -1,5 +1,5 @@ -cryptography==45.0.1 -requests==2.34.2; python_version >= '3.10' +cryptography==48.0.1 +requests==2.34.2 google-api-python-client==2.131.0 google-auth==2.38.0 google-auth-httplib2==0.2.0 diff --git a/iap/requirements.txt b/iap/requirements.txt index aa724d342fa..dff3055efae 100644 --- a/iap/requirements.txt +++ b/iap/requirements.txt @@ -1,8 +1,8 @@ -cryptography==46.0.7 +cryptography==48.0.1 Flask==3.1.3; python_version >= '3.9' google-auth==2.38.0 gunicorn==23.0.0 -requests==2.34.2; python_version >= '3.10' +requests==2.34.2 requests-toolbelt==1.0.0 Werkzeug==3.1.8; python_version >= '3.9' google-cloud-iam~=2.17.0 diff --git a/kms/attestations/requirements.txt b/kms/attestations/requirements.txt index 9f38dfde78b..16ef627e26b 100644 --- a/kms/attestations/requirements.txt +++ b/kms/attestations/requirements.txt @@ -1,4 +1,4 @@ -cryptography==45.0.1 +cryptography==48.0.1 pem==23.1.0; python_version < '3.8' pem==23.1.0; python_version > '3.7' -requests==2.34.2; python_version >= '3.10' +requests==2.34.2 diff --git a/kms/snippets/requirements.txt b/kms/snippets/requirements.txt index 167c2a25011..1eaf72a511c 100644 --- a/kms/snippets/requirements.txt +++ b/kms/snippets/requirements.txt @@ -1,4 +1,4 @@ google-cloud-kms==3.11.0 -cryptography==45.0.1 +cryptography==48.0.1 crcmod==1.7 jwcrypto==1.5.6 \ No newline at end of file diff --git a/media_cdn/requirements.txt b/media_cdn/requirements.txt index 46e87e778f4..503802346c5 100644 --- a/media_cdn/requirements.txt +++ b/media_cdn/requirements.txt @@ -1,2 +1,2 @@ six==1.16.0 -cryptography==45.0.1 +cryptography==48.0.1 diff --git a/privateca/snippets/requirements-test.txt b/privateca/snippets/requirements-test.txt index 4bbc0153d24..5b2a71ccd94 100644 --- a/privateca/snippets/requirements-test.txt +++ b/privateca/snippets/requirements-test.txt @@ -1,4 +1,4 @@ -pytest==9.0.3; python_version >= "3.10" +pytest==9.0.3 google-auth==2.38.0 -cryptography==45.0.1 +cryptography==48.0.1 backoff==2.2.1 \ No newline at end of file