From 1fcf47c026bbe9aa2de9995a199af42953d832ec Mon Sep 17 00:00:00 2001 From: "Leah E. Cole" <6719667+leahecole@users.noreply.github.com> Date: Mon, 18 May 2020 21:08:07 -0700 Subject: [PATCH] update google-auth to 1.15.0 part 5 (#3818) --- iam/api-client/requirements.txt | 2 +- iap/requirements.txt | 2 +- iot/api-client/end_to_end_example/requirements.txt | 4 ++-- 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 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/iam/api-client/requirements.txt b/iam/api-client/requirements.txt index 6dbe6ea04c2f..52ccdec8694e 100644 --- a/iam/api-client/requirements.txt +++ b/iam/api-client/requirements.txt @@ -1,3 +1,3 @@ google-api-python-client==1.8.2 -google-auth==1.14.3 +google-auth==1.15.0 google-auth-httplib2==0.0.3 diff --git a/iap/requirements.txt b/iap/requirements.txt index ea906a524f1b..2242defb6c99 100644 --- a/iap/requirements.txt +++ b/iap/requirements.txt @@ -1,6 +1,6 @@ cryptography==2.9.2 flask==1.1.2 -google-auth==1.14.3 +google-auth==1.15.0 gunicorn==20.0.4 requests==2.23.0 requests_toolbelt==0.9.1 diff --git a/iot/api-client/end_to_end_example/requirements.txt b/iot/api-client/end_to_end_example/requirements.txt index 2132a551920a..fea704e32a46 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.9.2 google-api-python-client==1.8.2 google-auth-httplib2==0.0.3 -google-auth==1.14.3 +google-auth==1.15.0 google-cloud-pubsub==1.4.3 pyjwt==1.7.1 -paho-mqtt==1.5.0 \ No newline at end of file +paho-mqtt==1.5.0 diff --git a/iot/api-client/gcs_file_to_device/requirements.txt b/iot/api-client/gcs_file_to_device/requirements.txt index b0560eb5b294..510e8e735ba1 100644 --- a/iot/api-client/gcs_file_to_device/requirements.txt +++ b/iot/api-client/gcs_file_to_device/requirements.txt @@ -1,5 +1,5 @@ google-api-python-client==1.8.2 -google-auth==1.14.3 +google-auth==1.15.0 google-auth-httplib2==0.0.3 google-cloud-iot==1.0.0 google-cloud-pubsub==1.4.3 diff --git a/iot/api-client/http_example/requirements.txt b/iot/api-client/http_example/requirements.txt index b89d93d92163..f520e9a6b896 100644 --- a/iot/api-client/http_example/requirements.txt +++ b/iot/api-client/http_example/requirements.txt @@ -1,7 +1,7 @@ cryptography==2.9.2 google-api-python-client==1.8.2 google-auth-httplib2==0.0.3 -google-auth==1.14.3 +google-auth==1.15.0 google-cloud-iot==1.0.0 google-cloud-pubsub==1.4.3 pyjwt==1.7.1 diff --git a/iot/api-client/manager/requirements.txt b/iot/api-client/manager/requirements.txt index 49424d4ad19c..978c59e711fc 100644 --- a/iot/api-client/manager/requirements.txt +++ b/iot/api-client/manager/requirements.txt @@ -2,7 +2,7 @@ cryptography==2.9.2 flaky==3.6.1 google-api-python-client==1.8.2 google-auth-httplib2==0.0.3 -google-auth==1.14.3 +google-auth==1.15.0 google-cloud-iot==1.0.0 google-cloud-pubsub==1.4.3 paho-mqtt==1.5.0 diff --git a/iot/api-client/mqtt_example/requirements.txt b/iot/api-client/mqtt_example/requirements.txt index 72bbddad1a6e..dee12c3b8d5f 100644 --- a/iot/api-client/mqtt_example/requirements.txt +++ b/iot/api-client/mqtt_example/requirements.txt @@ -1,7 +1,7 @@ cryptography==2.9.2 google-api-python-client==1.8.2 google-auth-httplib2==0.0.3 -google-auth==1.14.3 +google-auth==1.15.0 google-cloud-pubsub==1.4.3 google-cloud-iot==1.0.0 grpc-google-iam-v1==0.12.3