Skip to content

Commit a541ca4

Browse files
authored
update google-auth part 5 (#3966)
1 parent 22ec587 commit a541ca4

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

iam/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
2-
google-auth==1.16.0
2+
google-auth==1.16.1
33
google-auth-httplib2==0.0.3

iap/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cryptography==2.9.2
22
flask==1.1.2
3-
google-auth==1.16.0
3+
google-auth==1.16.1
44
gunicorn==20.0.4
55
requests==2.23.0
66
requests_toolbelt==0.9.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cryptography==2.9.2
22
google-api-python-client==1.9.1
33
google-auth-httplib2==0.0.3
4-
google-auth==1.16.0
4+
google-auth==1.16.1
55
google-cloud-pubsub==1.5.0
66
pyjwt==1.7.1
77
paho-mqtt==1.5.0

iot/api-client/gcs_file_to_device/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
google-cloud-iot==1.0.0
55
google-cloud-pubsub==1.5.0

iot/api-client/http_example/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cryptography==2.9.2
22
google-api-python-client==1.9.1
33
google-auth-httplib2==0.0.3
4-
google-auth==1.16.0
4+
google-auth==1.16.1
55
google-cloud-iot==1.0.0
66
google-cloud-pubsub==1.5.0
77
pyjwt==1.7.1

iot/api-client/manager/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cryptography==2.9.2
22
flaky==3.6.1
33
google-api-python-client==1.9.1
44
google-auth-httplib2==0.0.3
5-
google-auth==1.16.0
5+
google-auth==1.16.1
66
google-cloud-iot==1.0.0
77
google-cloud-pubsub==1.5.0
88
paho-mqtt==1.5.0

iot/api-client/mqtt_example/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cryptography==2.9.2
22
google-api-python-client==1.9.1
33
google-auth-httplib2==0.0.3
4-
google-auth==1.16.0
4+
google-auth==1.16.1
55
google-cloud-pubsub==1.5.0
66
google-cloud-iot==1.0.0
77
grpc-google-iam-v1==0.12.3

0 commit comments

Comments
 (0)