From 8a2dd118ec47835946ce8a06e242ac4590684a1d Mon Sep 17 00:00:00 2001 From: DPE bot Date: Wed, 21 Nov 2018 10:25:04 -0800 Subject: [PATCH] Auto-update dependencies. (#1862) --- composer/tools/requirements.txt | 2 +- compute/encryption/requirements.txt | 2 +- iap/requirements.txt | 2 +- .../beta-features/commands/receive/requirements.txt | 2 +- iot/api-client/beta-features/commands/send/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 +- kms/api-client/requirements.txt | 2 +- storage/signed_urls/requirements.txt | 4 ++-- 11 files changed, 12 insertions(+), 12 deletions(-) diff --git a/composer/tools/requirements.txt b/composer/tools/requirements.txt index b18dccf09d3c..11534705b852 100644 --- a/composer/tools/requirements.txt +++ b/composer/tools/requirements.txt @@ -1,4 +1,4 @@ -cryptography==2.4.1 +cryptography==2.4.2 google-api-python-client==1.7.4 google-auth==1.6.1 google-cloud-storage==1.13.0 diff --git a/compute/encryption/requirements.txt b/compute/encryption/requirements.txt index acb7cd3a60c8..ed7c0f24bbb5 100644 --- a/compute/encryption/requirements.txt +++ b/compute/encryption/requirements.txt @@ -1,4 +1,4 @@ -cryptography==2.4.1 +cryptography==2.4.2 requests==2.20.1 google-api-python-client==1.7.4 google-auth==1.6.1 diff --git a/iap/requirements.txt b/iap/requirements.txt index 6ffecc7bdcad..f71c23fe0a5c 100644 --- a/iap/requirements.txt +++ b/iap/requirements.txt @@ -1,5 +1,5 @@ PyJWT==1.6.4 -cryptography==2.4.1 +cryptography==2.4.2 flask==1.0.2 google-auth==1.6.1 gunicorn==19.9.0 diff --git a/iot/api-client/beta-features/commands/receive/requirements.txt b/iot/api-client/beta-features/commands/receive/requirements.txt index 8613636eedc1..fb06d0015e67 100644 --- a/iot/api-client/beta-features/commands/receive/requirements.txt +++ b/iot/api-client/beta-features/commands/receive/requirements.txt @@ -1,4 +1,4 @@ -cryptography==2.4.1 +cryptography==2.4.2 google-api-python-client==1.7.4 google-auth-httplib2==0.0.3 google-auth==1.6.1 diff --git a/iot/api-client/beta-features/commands/send/requirements.txt b/iot/api-client/beta-features/commands/send/requirements.txt index 8613636eedc1..fb06d0015e67 100644 --- a/iot/api-client/beta-features/commands/send/requirements.txt +++ b/iot/api-client/beta-features/commands/send/requirements.txt @@ -1,4 +1,4 @@ -cryptography==2.4.1 +cryptography==2.4.2 google-api-python-client==1.7.4 google-auth-httplib2==0.0.3 google-auth==1.6.1 diff --git a/iot/api-client/end_to_end_example/requirements.txt b/iot/api-client/end_to_end_example/requirements.txt index 4b35f82e688f..2df9d6108f66 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.4.1 +cryptography==2.4.2 google-api-python-client==1.7.4 google-auth-httplib2==0.0.3 google-auth==1.6.1 diff --git a/iot/api-client/gcs_file_to_device/requirements.txt b/iot/api-client/gcs_file_to_device/requirements.txt index 18763007fef8..30b74531e15d 100644 --- a/iot/api-client/gcs_file_to_device/requirements.txt +++ b/iot/api-client/gcs_file_to_device/requirements.txt @@ -3,6 +3,6 @@ google-auth==1.6.1 google-auth-httplib2==0.0.3 google-cloud-pubsub==0.38.0 google-cloud-storage==1.13.0 -cryptography==2.4.1 +cryptography==2.4.2 paho-mqtt==1.4.0 pyjwt==1.6.4 diff --git a/iot/api-client/http_example/requirements.txt b/iot/api-client/http_example/requirements.txt index e1ffc3a1e95b..92aa5f167522 100644 --- a/iot/api-client/http_example/requirements.txt +++ b/iot/api-client/http_example/requirements.txt @@ -1,4 +1,4 @@ -cryptography==2.4.1 +cryptography==2.4.2 google-api-python-client==1.7.4 google-auth-httplib2==0.0.3 google-auth==1.6.1 diff --git a/iot/api-client/mqtt_example/requirements.txt b/iot/api-client/mqtt_example/requirements.txt index 413a3fad44f2..c78254361759 100644 --- a/iot/api-client/mqtt_example/requirements.txt +++ b/iot/api-client/mqtt_example/requirements.txt @@ -2,6 +2,6 @@ google-api-python-client==1.7.4 google-auth-httplib2==0.0.3 google-auth==1.6.1 google-cloud-pubsub==0.38.0 -cryptography==2.4.1 +cryptography==2.4.2 pyjwt==1.6.4 paho-mqtt==1.4.0 diff --git a/kms/api-client/requirements.txt b/kms/api-client/requirements.txt index 36c6e96568cb..e75d6b4d639a 100644 --- a/kms/api-client/requirements.txt +++ b/kms/api-client/requirements.txt @@ -1,4 +1,4 @@ google-api-python-client==1.7.4 google-auth==1.6.1 google-auth-httplib2==0.0.3 -cryptography==2.4.1 +cryptography==2.4.2 diff --git a/storage/signed_urls/requirements.txt b/storage/signed_urls/requirements.txt index 27198cf6e790..4c0404ed92bb 100644 --- a/storage/signed_urls/requirements.txt +++ b/storage/signed_urls/requirements.txt @@ -1,3 +1,3 @@ google-cloud-storage==1.13.0 -google-auth==1.5.1 -six==1.11.0 \ No newline at end of file +google-auth==1.6.1 +six==1.11.0