From 082ed7b2fc653f333ce3835fa6d0700ce387cc46 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 20 Jul 2020 22:47:26 +0000 Subject: [PATCH] chore(deps): update dependency cryptography to v3 --- 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/manager/requirements.txt | 2 +- iot/api-client/mqtt_example/requirements.txt | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/compute/encryption/requirements.txt b/compute/encryption/requirements.txt index d215d976e4c9..aa132218dd87 100644 --- a/compute/encryption/requirements.txt +++ b/compute/encryption/requirements.txt @@ -1,4 +1,4 @@ -cryptography==2.9.2 +cryptography==3.0 requests==2.24.0 google-api-python-client==1.10.0 google-auth==1.19.2 diff --git a/iap/requirements.txt b/iap/requirements.txt index 02f48fb74299..aee2f693dc6b 100644 --- a/iap/requirements.txt +++ b/iap/requirements.txt @@ -1,4 +1,4 @@ -cryptography==2.9.2 +cryptography==3.0 flask==1.1.2 google-auth==1.19.2 gunicorn==20.0.4 diff --git a/iot/api-client/codelabs/requirements.txt b/iot/api-client/codelabs/requirements.txt index 8ad04c289b15..0c135837ac66 100644 --- a/iot/api-client/codelabs/requirements.txt +++ b/iot/api-client/codelabs/requirements.txt @@ -1,3 +1,3 @@ -cryptography==2.9.2 +cryptography==3.0 paho-mqtt==1.5.0 pyjwt==1.7.1 diff --git a/iot/api-client/end_to_end_example/requirements.txt b/iot/api-client/end_to_end_example/requirements.txt index c123f6e312bf..8b175d9ea1f4 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==2.9.2 +cryptography==3.0 google-api-python-client==1.10.0 google-auth-httplib2==0.0.4 google-auth==1.19.2 diff --git a/iot/api-client/gcs_file_to_device/requirements.txt b/iot/api-client/gcs_file_to_device/requirements.txt index 6d76a2a05296..fdbad4f246c3 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.0.4 google-cloud-iot==1.0.0 google-cloud-pubsub==1.7.0 google-cloud-storage==1.29.0 -cryptography==2.9.2 +cryptography==3.0 paho-mqtt==1.5.0 pyjwt==1.7.1 diff --git a/iot/api-client/http_example/requirements.txt b/iot/api-client/http_example/requirements.txt index 19c9a58e96e8..76a1f9fdac3c 100644 --- a/iot/api-client/http_example/requirements.txt +++ b/iot/api-client/http_example/requirements.txt @@ -1,4 +1,4 @@ -cryptography==2.9.2 +cryptography==3.0 google-api-python-client==1.10.0 google-auth-httplib2==0.0.4 google-auth==1.19.2 diff --git a/iot/api-client/manager/requirements.txt b/iot/api-client/manager/requirements.txt index be3f55727578..df07b47c7395 100644 --- a/iot/api-client/manager/requirements.txt +++ b/iot/api-client/manager/requirements.txt @@ -1,4 +1,4 @@ -cryptography==2.9.2 +cryptography==3.0 flaky==3.7.0 google-api-python-client==1.10.0 google-auth-httplib2==0.0.4 diff --git a/iot/api-client/mqtt_example/requirements.txt b/iot/api-client/mqtt_example/requirements.txt index 14cef0430743..1631415668fd 100644 --- a/iot/api-client/mqtt_example/requirements.txt +++ b/iot/api-client/mqtt_example/requirements.txt @@ -1,4 +1,4 @@ -cryptography==2.9.2 +cryptography==3.0 google-api-python-client==1.10.0 google-auth-httplib2==0.0.4 google-auth==1.19.2