From 87762e1f7b8f514a4ba1315df06753cae6b138bd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 19:53:54 +0000 Subject: [PATCH] chore(deps): update dependency cryptography to v44 --- 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 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/compute/encryption/requirements.txt b/compute/encryption/requirements.txt index 6b1f7fdfb1f..5ed60c0187f 100644 --- a/compute/encryption/requirements.txt +++ b/compute/encryption/requirements.txt @@ -1,4 +1,4 @@ -cryptography==3.4.6 +cryptography==44.0.0 requests==2.25.1 google-api-python-client==2.0.2 google-auth==1.28.0 diff --git a/iap/requirements.txt b/iap/requirements.txt index 223aca0c552..60dab1d04dd 100644 --- a/iap/requirements.txt +++ b/iap/requirements.txt @@ -1,4 +1,4 @@ -cryptography==3.4.6 +cryptography==44.0.0 flask==1.1.2 google-auth==1.28.0 gunicorn==20.0.4 diff --git a/iot/api-client/codelabs/requirements.txt b/iot/api-client/codelabs/requirements.txt index 80749471569..c61ff2655e7 100644 --- a/iot/api-client/codelabs/requirements.txt +++ b/iot/api-client/codelabs/requirements.txt @@ -1,3 +1,3 @@ -cryptography==3.4.6 +cryptography==44.0.0 paho-mqtt==1.5.1 pyjwt==2.0.1 diff --git a/iot/api-client/end_to_end_example/requirements.txt b/iot/api-client/end_to_end_example/requirements.txt index 107ca6b28cd..6cc9d5f1e3d 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==3.4.6 +cryptography==44.0.0 google-api-python-client==1.12.8 google-auth-httplib2==0.1.0 google-auth==1.28.0 diff --git a/iot/api-client/gcs_file_to_device/requirements.txt b/iot/api-client/gcs_file_to_device/requirements.txt index 10532997593..4f927991fdc 100644 --- a/iot/api-client/gcs_file_to_device/requirements.txt +++ b/iot/api-client/gcs_file_to_device/requirements.txt @@ -4,6 +4,6 @@ google-auth-httplib2==0.1.0 google-cloud-iot==2.0.2 google-cloud-pubsub==2.4.0 google-cloud-storage==1.36.2 -cryptography==3.4.6 +cryptography==44.0.0 paho-mqtt==1.5.1 pyjwt==2.0.1 diff --git a/iot/api-client/http_example/requirements.txt b/iot/api-client/http_example/requirements.txt index fa8981c1f46..bb3e6ee57f3 100644 --- a/iot/api-client/http_example/requirements.txt +++ b/iot/api-client/http_example/requirements.txt @@ -1,4 +1,4 @@ -cryptography==3.4.6 +cryptography==44.0.0 google-api-python-client==1.12.8 google-auth-httplib2==0.1.0 google-auth==1.28.0 diff --git a/iot/api-client/mqtt_example/requirements.txt b/iot/api-client/mqtt_example/requirements.txt index 5682ca8cd83..95bca8f9d3c 100644 --- a/iot/api-client/mqtt_example/requirements.txt +++ b/iot/api-client/mqtt_example/requirements.txt @@ -1,4 +1,4 @@ -cryptography==3.4.6 +cryptography==44.0.0 google-api-python-client==1.12.8 google-auth-httplib2==0.1.0 google-auth==1.28.0