From 5b9a81084118542e0e2ee6ad7f7a4deeba009f59 Mon Sep 17 00:00:00 2001 From: Leah Cole Date: Thu, 4 Jun 2020 14:13:37 -0700 Subject: [PATCH] update google-auth --- auth/api-client/requirements.txt | 2 +- auth/end-user/web/requirements.txt | 2 +- bigquery_storage/to_dataframe/requirements.txt | 2 +- composer/rest/requirements.txt | 2 +- compute/api/requirements.txt | 2 +- compute/auth/requirements.txt | 2 +- compute/encryption/requirements.txt | 2 +- compute/oslogin/requirements.txt | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/auth/api-client/requirements.txt b/auth/api-client/requirements.txt index ca8c24c579a..9e7728810ea 100644 --- a/auth/api-client/requirements.txt +++ b/auth/api-client/requirements.txt @@ -1,3 +1,3 @@ google-api-python-client==1.9.1 google-auth-httplib2==0.0.3 -google-auth==1.16.0 +google-auth==1.16.1 diff --git a/auth/end-user/web/requirements.txt b/auth/end-user/web/requirements.txt index 2d881c4c863..1ec429671c5 100644 --- a/auth/end-user/web/requirements.txt +++ b/auth/end-user/web/requirements.txt @@ -1,4 +1,4 @@ -google-auth==1.16.0 +google-auth==1.16.1 google-auth-oauthlib==0.4.1 google-auth-httplib2==0.0.3 google-api-python-client==1.9.1 diff --git a/bigquery_storage/to_dataframe/requirements.txt b/bigquery_storage/to_dataframe/requirements.txt index bb7f7eb8c3c..06d42322f1d 100644 --- a/bigquery_storage/to_dataframe/requirements.txt +++ b/bigquery_storage/to_dataframe/requirements.txt @@ -1,4 +1,4 @@ -google-auth==1.16.0 +google-auth==1.16.1 google-cloud-bigquery-storage==0.8.0 google-cloud-bigquery==1.24.0 pyarrow==0.17.1 diff --git a/composer/rest/requirements.txt b/composer/rest/requirements.txt index e468d46bbae..88faa31c220 100644 --- a/composer/rest/requirements.txt +++ b/composer/rest/requirements.txt @@ -1,3 +1,3 @@ -google-auth==1.16.0 +google-auth==1.16.1 requests==2.23.0 six==1.15.0 diff --git a/compute/api/requirements.txt b/compute/api/requirements.txt index 0f61949724c..130c1828654 100644 --- a/compute/api/requirements.txt +++ b/compute/api/requirements.txt @@ -1,3 +1,3 @@ google-api-python-client==1.9.1 -google-auth==1.16.0 +google-auth==1.16.1 google-auth-httplib2==0.0.3 diff --git a/compute/auth/requirements.txt b/compute/auth/requirements.txt index 70a06760da8..cbbda5db163 100644 --- a/compute/auth/requirements.txt +++ b/compute/auth/requirements.txt @@ -1,4 +1,4 @@ requests==2.23.0 google-api-python-client==1.9.1 -google-auth==1.16.0 +google-auth==1.16.1 google-auth-httplib2==0.0.3 diff --git a/compute/encryption/requirements.txt b/compute/encryption/requirements.txt index bd7fc056d4e..929a86a485f 100644 --- a/compute/encryption/requirements.txt +++ b/compute/encryption/requirements.txt @@ -1,5 +1,5 @@ cryptography==2.9.2 requests==2.23.0 google-api-python-client==1.9.1 -google-auth==1.16.0 +google-auth==1.16.1 google-auth-httplib2==0.0.3 diff --git a/compute/oslogin/requirements.txt b/compute/oslogin/requirements.txt index 28ea0ff5b8a..375974b6642 100644 --- a/compute/oslogin/requirements.txt +++ b/compute/oslogin/requirements.txt @@ -1,4 +1,4 @@ google-api-python-client==1.9.1 -google-auth==1.16.0 +google-auth==1.16.1 google-auth-httplib2==0.0.3 requests==2.23.0