From 80552782c7269d32230cf04f291b96c6cdc6e786 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Wed, 22 Apr 2020 06:14:10 +0200 Subject: [PATCH] chore(deps): update dependency cryptography to v2.9 (#3266) Co-authored-by: Leah E. Cole <6719667+leahecole@users.noreply.github.com> --- 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 da387f8eac33..1d8b7f957621 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.8.0 google-auth==1.14.0 diff --git a/iap/requirements.txt b/iap/requirements.txt index a1f55b3d4cba..2e81d83a04ee 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.2 google-auth==1.14.0 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 e17156333297..e83a1680c5bd 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.8.0 google-auth-httplib2==0.0.3 google-auth==1.14.0 diff --git a/iot/api-client/gcs_file_to_device/requirements.txt b/iot/api-client/gcs_file_to_device/requirements.txt index 400cfded191b..713e85854dff 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 c38cc08721cd..4b126880a479 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.8.0 google-auth-httplib2==0.0.3 google-auth==1.14.0 diff --git a/iot/api-client/manager/requirements.txt b/iot/api-client/manager/requirements.txt index 5fc42567c155..5918123f5435 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.8.0 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 ae57153f32db..9b3661177238 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.8.0 diff --git a/kms/api-client/requirements.txt b/kms/api-client/requirements.txt index c10519b98572..aaf2ea5f26ef 100644 --- a/kms/api-client/requirements.txt +++ b/kms/api-client/requirements.txt @@ -1,2 +1,2 @@ google-cloud-kms==1.4.0 -cryptography==2.8 +cryptography==2.9