Skip to content

Commit 53c2060

Browse files
authored
update google-auth to 1.15.0 part 2 (#3815)
1 parent 9a16e90 commit 53c2060

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

auth/api-client/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
google-api-python-client==1.8.2
22
google-auth-httplib2==0.0.3
3-
google-auth==1.14.3
3+
google-auth==1.15.0

auth/end-user/web/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
google-auth==1.14.3
1+
google-auth==1.15.0
22
google-auth-oauthlib==0.4.1
33
google-auth-httplib2==0.0.3
44
google-api-python-client==1.8.2

bigquery_storage/to_dataframe/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
google-auth==1.14.3
1+
google-auth==1.15.0
22
google-cloud-bigquery-storage==0.8.0
33
google-cloud-bigquery==1.24.0
44
pyarrow==0.17.1

composer/rest/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
google-auth==1.14.3
1+
google-auth==1.15.0
22
requests==2.23.0
33
six==1.14.0

compute/api/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
google-api-python-client==1.8.2
2-
google-auth==1.14.3
2+
google-auth==1.15.0
33
google-auth-httplib2==0.0.3

compute/auth/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
requests==2.23.0
22
google-api-python-client==1.8.2
3-
google-auth==1.14.3
3+
google-auth==1.15.0
44
google-auth-httplib2==0.0.3

compute/encryption/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cryptography==2.9.2
22
requests==2.23.0
33
google-api-python-client==1.8.2
4-
google-auth==1.14.3
4+
google-auth==1.15.0
55
google-auth-httplib2==0.0.3

compute/oslogin/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
google-api-python-client==1.8.2
2-
google-auth==1.14.3
2+
google-auth==1.15.0
33
google-auth-httplib2==0.0.3
44
requests==2.23.0

0 commit comments

Comments
 (0)