From e7b3df71e855188a6238081ff4355eeab111d3b6 Mon Sep 17 00:00:00 2001 From: Leah Cole Date: Mon, 18 May 2020 19:42:04 -0700 Subject: [PATCH] update google-auth to 1.15.0 part 2 --- 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 c81208c023b..b41c10b8e1c 100644 --- a/auth/api-client/requirements.txt +++ b/auth/api-client/requirements.txt @@ -1,3 +1,3 @@ google-api-python-client==1.8.2 google-auth-httplib2==0.0.3 -google-auth==1.14.3 +google-auth==1.15.0 diff --git a/auth/end-user/web/requirements.txt b/auth/end-user/web/requirements.txt index cb3a46112a5..8d59b1ddd08 100644 --- a/auth/end-user/web/requirements.txt +++ b/auth/end-user/web/requirements.txt @@ -1,4 +1,4 @@ -google-auth==1.14.3 +google-auth==1.15.0 google-auth-oauthlib==0.4.1 google-auth-httplib2==0.0.3 google-api-python-client==1.8.2 diff --git a/bigquery_storage/to_dataframe/requirements.txt b/bigquery_storage/to_dataframe/requirements.txt index 7a90a31a19b..151995f8e85 100644 --- a/bigquery_storage/to_dataframe/requirements.txt +++ b/bigquery_storage/to_dataframe/requirements.txt @@ -1,4 +1,4 @@ -google-auth==1.14.3 +google-auth==1.15.0 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 c7fe3563792..a6ca294e204 100644 --- a/composer/rest/requirements.txt +++ b/composer/rest/requirements.txt @@ -1,3 +1,3 @@ -google-auth==1.14.3 +google-auth==1.15.0 requests==2.23.0 six==1.14.0 diff --git a/compute/api/requirements.txt b/compute/api/requirements.txt index 6dbe6ea04c2..52ccdec8694 100644 --- a/compute/api/requirements.txt +++ b/compute/api/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/compute/auth/requirements.txt b/compute/auth/requirements.txt index 35f6dde5b29..f10cfd6a50f 100644 --- a/compute/auth/requirements.txt +++ b/compute/auth/requirements.txt @@ -1,4 +1,4 @@ requests==2.23.0 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/compute/encryption/requirements.txt b/compute/encryption/requirements.txt index e9f017abab0..b2a7fb35583 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.8.2 -google-auth==1.14.3 +google-auth==1.15.0 google-auth-httplib2==0.0.3 diff --git a/compute/oslogin/requirements.txt b/compute/oslogin/requirements.txt index c5e313775db..bcb777b4519 100644 --- a/compute/oslogin/requirements.txt +++ b/compute/oslogin/requirements.txt @@ -1,4 +1,4 @@ google-api-python-client==1.8.2 -google-auth==1.14.3 +google-auth==1.15.0 google-auth-httplib2==0.0.3 requests==2.23.0