Skip to content

Commit ccf7b3a

Browse files
authored
update google-auth (GoogleCloudPlatform#3962)
1 parent c618b06 commit ccf7b3a

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.9.1
22
google-auth-httplib2==0.0.3
3-
google-auth==1.16.0
3+
google-auth==1.16.1

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.16.0
1+
google-auth==1.16.1
22
google-auth-oauthlib==0.4.1
33
google-auth-httplib2==0.0.3
44
google-api-python-client==1.9.1

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.16.0
1+
google-auth==1.16.1
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.16.0
1+
google-auth==1.16.1
22
requests==2.23.0
33
six==1.15.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.9.1
2-
google-auth==1.16.0
2+
google-auth==1.16.1
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.9.1
3-
google-auth==1.16.0
3+
google-auth==1.16.1
44
google-auth-httplib2==0.0.3
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.9.1
4-
google-auth==1.16.0
4+
google-auth==1.16.1
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.9.1
2-
google-auth==1.16.0
2+
google-auth==1.16.1
33
google-auth-httplib2==0.0.3
44
requests==2.23.0

0 commit comments

Comments
 (0)