From 8be09968a3ebbce85d2b88683b1ddb6de1eb8263 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Fri, 28 Aug 2020 19:44:41 +0200 Subject: [PATCH] Update dependency cryptography to v3.1 (#4571) Co-authored-by: Charles Engelke --- 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 4f6e6475517d..163bcb11342a 100644 --- a/compute/encryption/requirements.txt +++ b/compute/encryption/requirements.txt @@ -1,4 +1,4 @@ -cryptography==3.0 +cryptography==3.1 requests==2.24.0 google-api-python-client==1.11.0 google-auth==1.21.0 diff --git a/iap/requirements.txt b/iap/requirements.txt index 9f57343f2d31..406ef5457a47 100644 --- a/iap/requirements.txt +++ b/iap/requirements.txt @@ -1,4 +1,4 @@ -cryptography==3.0 +cryptography==3.1 flask==1.1.2 google-auth==1.21.0 gunicorn==20.0.4 diff --git a/iot/api-client/codelabs/requirements.txt b/iot/api-client/codelabs/requirements.txt index 0c135837ac66..e14f5a60dbbe 100644 --- a/iot/api-client/codelabs/requirements.txt +++ b/iot/api-client/codelabs/requirements.txt @@ -1,3 +1,3 @@ -cryptography==3.0 +cryptography==3.1 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 b87026e2d899..0348ebcbb195 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.0 +cryptography==3.1 google-api-python-client==1.11.0 google-auth-httplib2==0.0.4 google-auth==1.21.0 diff --git a/iot/api-client/gcs_file_to_device/requirements.txt b/iot/api-client/gcs_file_to_device/requirements.txt index ba58b1b972c6..02fbcf36d28c 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.31.0 -cryptography==3.0 +cryptography==3.1 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 3e79e2b38f25..727b78a57daa 100644 --- a/iot/api-client/http_example/requirements.txt +++ b/iot/api-client/http_example/requirements.txt @@ -1,4 +1,4 @@ -cryptography==3.0 +cryptography==3.1 google-api-python-client==1.11.0 google-auth-httplib2==0.0.4 google-auth==1.21.0 diff --git a/iot/api-client/manager/requirements.txt b/iot/api-client/manager/requirements.txt index 1ee03604efc9..178db090389f 100644 --- a/iot/api-client/manager/requirements.txt +++ b/iot/api-client/manager/requirements.txt @@ -1,4 +1,4 @@ -cryptography==3.0 +cryptography==3.1 flaky==3.7.0 google-api-python-client==1.11.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 db2405445d9a..1f55ebe713cf 100644 --- a/iot/api-client/mqtt_example/requirements.txt +++ b/iot/api-client/mqtt_example/requirements.txt @@ -1,4 +1,4 @@ -cryptography==3.0 +cryptography==3.1 google-api-python-client==1.11.0 google-auth-httplib2==0.0.4 google-auth==1.21.0