From 15c7cbab8bb54dc8330a0b8f44d7695d0f4359d2 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 12 Jun 2023 19:23:34 +0000 Subject: [PATCH] chore(deps): update dependency cryptography to v41.0.1 --- cloud-media-livestream/keypublisher/requirements.txt | 2 +- compute/encryption/requirements.txt | 2 +- iap/requirements.txt | 2 +- iot/api-client/codelabs/requirements.txt | 2 +- iot/api-client/end_to_end_example/requirements.txt | 2 +- iot/api-client/gcs_file_to_device/requirements.txt | 2 +- iot/api-client/http_example/requirements.txt | 2 +- iot/api-client/mqtt_example/requirements.txt | 2 +- kms/attestations/requirements.txt | 2 +- kms/snippets/requirements.txt | 2 +- media_cdn/requirements.txt | 2 +- privateca/snippets/requirements-test.txt | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/cloud-media-livestream/keypublisher/requirements.txt b/cloud-media-livestream/keypublisher/requirements.txt index 8b1554c0544..8abd6def8b5 100644 --- a/cloud-media-livestream/keypublisher/requirements.txt +++ b/cloud-media-livestream/keypublisher/requirements.txt @@ -1,4 +1,4 @@ -cryptography==41.0.0 +cryptography==41.0.1 Flask==2.2.2 functions-framework==3.1.0 google-cloud-secret-manager==2.12.1 diff --git a/compute/encryption/requirements.txt b/compute/encryption/requirements.txt index 622ab0a8306..0fdfc0423f8 100644 --- a/compute/encryption/requirements.txt +++ b/compute/encryption/requirements.txt @@ -1,4 +1,4 @@ -cryptography==41.0.0 +cryptography==41.0.1 requests==2.31.0 google-api-python-client==2.87.0 google-auth==2.17.3 diff --git a/iap/requirements.txt b/iap/requirements.txt index fb2433315b6..5010b7b8c7f 100644 --- a/iap/requirements.txt +++ b/iap/requirements.txt @@ -1,4 +1,4 @@ -cryptography==41.0.0 +cryptography==41.0.1 Flask==2.1.0 google-auth==2.17.3 gunicorn==20.1.0 diff --git a/iot/api-client/codelabs/requirements.txt b/iot/api-client/codelabs/requirements.txt index 55d07aa1ffd..c809a0e14ae 100644 --- a/iot/api-client/codelabs/requirements.txt +++ b/iot/api-client/codelabs/requirements.txt @@ -1,3 +1,3 @@ -cryptography==40.0.2 +cryptography==41.0.1 paho-mqtt==1.6.1 pyjwt==2.7.0 diff --git a/iot/api-client/end_to_end_example/requirements.txt b/iot/api-client/end_to_end_example/requirements.txt index bb479e689e2..16e1da47b00 100644 --- a/iot/api-client/end_to_end_example/requirements.txt +++ b/iot/api-client/end_to_end_example/requirements.txt @@ -1,4 +1,4 @@ -cryptography==40.0.2 +cryptography==41.0.1 google-api-python-client==2.87.0 google-auth-httplib2==0.1.0 google-auth==2.17.3 diff --git a/iot/api-client/gcs_file_to_device/requirements.txt b/iot/api-client/gcs_file_to_device/requirements.txt index 50a2c609b07..07e7d502760 100644 --- a/iot/api-client/gcs_file_to_device/requirements.txt +++ b/iot/api-client/gcs_file_to_device/requirements.txt @@ -5,6 +5,6 @@ google-cloud-iot==2.5.1 google-cloud-pubsub==2.17.0 google-cloud-storage==2.8.0; python_version < '3.7' google-cloud-storage==2.8.0; python_version > '3.6' -cryptography==40.0.2 +cryptography==41.0.1 paho-mqtt==1.6.1 pyjwt==2.7.0 diff --git a/iot/api-client/http_example/requirements.txt b/iot/api-client/http_example/requirements.txt index 52ecc62008c..d88d9bf4606 100644 --- a/iot/api-client/http_example/requirements.txt +++ b/iot/api-client/http_example/requirements.txt @@ -1,4 +1,4 @@ -cryptography==40.0.2 +cryptography==41.0.1 google-api-python-client==2.87.0 google-auth-httplib2==0.1.0 google-auth==2.17.3 diff --git a/iot/api-client/mqtt_example/requirements.txt b/iot/api-client/mqtt_example/requirements.txt index a73c35f5004..e7ac08081dd 100644 --- a/iot/api-client/mqtt_example/requirements.txt +++ b/iot/api-client/mqtt_example/requirements.txt @@ -1,4 +1,4 @@ -cryptography==40.0.2 +cryptography==41.0.1 google-api-python-client==2.87.0 google-auth-httplib2==0.1.0 google-auth==2.17.3 diff --git a/kms/attestations/requirements.txt b/kms/attestations/requirements.txt index f0868197001..cb72037de87 100644 --- a/kms/attestations/requirements.txt +++ b/kms/attestations/requirements.txt @@ -1,3 +1,3 @@ -cryptography==40.0.2 +cryptography==41.0.1 pem==21.2.0 requests==2.31.0 \ No newline at end of file diff --git a/kms/snippets/requirements.txt b/kms/snippets/requirements.txt index 97f14cfe075..eb65aeb34f6 100644 --- a/kms/snippets/requirements.txt +++ b/kms/snippets/requirements.txt @@ -1,4 +1,4 @@ google-cloud-kms==2.17.0 -cryptography==40.0.2 +cryptography==41.0.1 crcmod==1.7 jwcrypto==1.4.2 diff --git a/media_cdn/requirements.txt b/media_cdn/requirements.txt index 020d1504e56..4ebad5027b0 100644 --- a/media_cdn/requirements.txt +++ b/media_cdn/requirements.txt @@ -1,2 +1,2 @@ six==1.16.0 -cryptography==41.0.0 +cryptography==41.0.1 diff --git a/privateca/snippets/requirements-test.txt b/privateca/snippets/requirements-test.txt index da763d63d79..db82b272ca8 100644 --- a/privateca/snippets/requirements-test.txt +++ b/privateca/snippets/requirements-test.txt @@ -1,4 +1,4 @@ pytest==7.2.1 google-auth==2.17.3 -cryptography==40.0.2 +cryptography==41.0.1 backoff==2.2.1 \ No newline at end of file