From 39a5c53a7e44b9192e6c7fd837b059d48756b714 Mon Sep 17 00:00:00 2001 From: Gus Class Date: Fri, 21 Sep 2018 14:09:11 -0700 Subject: [PATCH 1/2] Updates dependencies --- iot/api-client/manager/requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/iot/api-client/manager/requirements.txt b/iot/api-client/manager/requirements.txt index 6754642c788..02a912fa626 100644 --- a/iot/api-client/manager/requirements.txt +++ b/iot/api-client/manager/requirements.txt @@ -1,4 +1,4 @@ -google-api-python-client==1.6.6 +google-api-python-client==1.7.4 google-auth-httplib2==0.0.3 -google-auth==1.4.1 -google-cloud==0.32.0 +google-auth==1.5.1 +google-cloud-pubsub==0.38.0 From 30b616c4420c48c302e8b494281a66e8dbedb76c Mon Sep 17 00:00:00 2001 From: Gus Class Date: Fri, 21 Sep 2018 14:17:16 -0700 Subject: [PATCH 2/2] Upgrades e2e dependencies --- iot/api-client/end_to_end_example/requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/iot/api-client/end_to_end_example/requirements.txt b/iot/api-client/end_to_end_example/requirements.txt index 8fc2db21751..9f040c42636 100644 --- a/iot/api-client/end_to_end_example/requirements.txt +++ b/iot/api-client/end_to_end_example/requirements.txt @@ -1,7 +1,7 @@ cryptography==2.2.2 -google-api-python-client==1.6.6 +google-api-python-client==1.7.4 google-auth-httplib2==0.0.3 -google-auth==1.4.1 -google-cloud-pubsub==0.33.0 +google-auth==1.5.1 +google-cloud-pubsub==0.38.0 pyjwt==1.6.1 paho-mqtt==1.3.1