From a1610b5a5bedc683f7920f6762fece7d6786e032 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 8 Apr 2020 20:49:54 +0000 Subject: [PATCH] chore(deps): update dependency cryptography to v2.9 --- 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 +- kms/api-client/requirements.txt | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/compute/encryption/requirements.txt b/compute/encryption/requirements.txt index ff122fc12092..4230c43bd0df 100644 --- a/compute/encryption/requirements.txt +++ b/compute/encryption/requirements.txt @@ -1,4 +1,4 @@ -cryptography==2.8 +cryptography==2.9 requests==2.23.0 google-api-python-client==1.7.11 google-auth==1.11.2 diff --git a/iap/requirements.txt b/iap/requirements.txt index 4e7353833f44..b202b6c772dc 100644 --- a/iap/requirements.txt +++ b/iap/requirements.txt @@ -1,5 +1,5 @@ PyJWT==1.7.1 -cryptography==2.8 +cryptography==2.9 flask==1.1.1 google-auth==1.11.2 gunicorn==20.0.4 diff --git a/iot/api-client/codelabs/requirements.txt b/iot/api-client/codelabs/requirements.txt index 3fb91c59adbc..274f2df8aaa6 100644 --- a/iot/api-client/codelabs/requirements.txt +++ b/iot/api-client/codelabs/requirements.txt @@ -1,3 +1,3 @@ -cryptography==2.8 +cryptography==2.9 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 5a438c5490b6..ce86f20158bf 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.8 +cryptography==2.9 google-api-python-client==1.7.11 google-auth-httplib2==0.0.3 google-auth==1.11.2 diff --git a/iot/api-client/gcs_file_to_device/requirements.txt b/iot/api-client/gcs_file_to_device/requirements.txt index df6bfed627de..33c0b2ae6e6b 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.3 google-cloud-iot==1.0.0 google-cloud-pubsub==1.0.0 google-cloud-storage==1.26.0 -cryptography==2.8 +cryptography==2.9 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 52058ea30af5..bf9265a7f6d3 100644 --- a/iot/api-client/http_example/requirements.txt +++ b/iot/api-client/http_example/requirements.txt @@ -1,4 +1,4 @@ -cryptography==2.8 +cryptography==2.9 google-api-python-client==1.7.11 google-auth-httplib2==0.0.3 google-auth==1.11.2 diff --git a/iot/api-client/manager/requirements.txt b/iot/api-client/manager/requirements.txt index 57e32880a911..a9dde2ab7fda 100644 --- a/iot/api-client/manager/requirements.txt +++ b/iot/api-client/manager/requirements.txt @@ -1,4 +1,4 @@ -cryptography==2.8 +cryptography==2.9 flaky==3.6.1 google-api-python-client==1.7.11 google-auth-httplib2==0.0.3 diff --git a/iot/api-client/mqtt_example/requirements.txt b/iot/api-client/mqtt_example/requirements.txt index e3746af05310..b7a75e068dd6 100644 --- a/iot/api-client/mqtt_example/requirements.txt +++ b/iot/api-client/mqtt_example/requirements.txt @@ -1,4 +1,4 @@ -cryptography==2.8 +cryptography==2.9 flaky==3.6.1 gcp-devrel-py-tools==0.0.15 google-api-python-client==1.7.11 diff --git a/kms/api-client/requirements.txt b/kms/api-client/requirements.txt index 81377367ece9..524cfea75c5a 100644 --- a/kms/api-client/requirements.txt +++ b/kms/api-client/requirements.txt @@ -1,2 +1,2 @@ google-cloud-kms==1.3.0 -cryptography==2.8 +cryptography==2.9