Skip to content

Commit 8a2dd11

Browse files
dpebotengelke
authored andcommitted
Auto-update dependencies. (#1862)
1 parent 73a7332 commit 8a2dd11

File tree

11 files changed

+12
-12
lines changed

11 files changed

+12
-12
lines changed

composer/tools/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cryptography==2.4.1
1+
cryptography==2.4.2
22
google-api-python-client==1.7.4
33
google-auth==1.6.1
44
google-cloud-storage==1.13.0

compute/encryption/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cryptography==2.4.1
1+
cryptography==2.4.2
22
requests==2.20.1
33
google-api-python-client==1.7.4
44
google-auth==1.6.1

iap/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PyJWT==1.6.4
2-
cryptography==2.4.1
2+
cryptography==2.4.2
33
flask==1.0.2
44
google-auth==1.6.1
55
gunicorn==19.9.0

iot/api-client/beta-features/commands/receive/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cryptography==2.4.1
1+
cryptography==2.4.2
22
google-api-python-client==1.7.4
33
google-auth-httplib2==0.0.3
44
google-auth==1.6.1

iot/api-client/beta-features/commands/send/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cryptography==2.4.1
1+
cryptography==2.4.2
22
google-api-python-client==1.7.4
33
google-auth-httplib2==0.0.3
44
google-auth==1.6.1

iot/api-client/end_to_end_example/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cryptography==2.4.1
1+
cryptography==2.4.2
22
google-api-python-client==1.7.4
33
google-auth-httplib2==0.0.3
44
google-auth==1.6.1

iot/api-client/gcs_file_to_device/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ google-auth==1.6.1
33
google-auth-httplib2==0.0.3
44
google-cloud-pubsub==0.38.0
55
google-cloud-storage==1.13.0
6-
cryptography==2.4.1
6+
cryptography==2.4.2
77
paho-mqtt==1.4.0
88
pyjwt==1.6.4

iot/api-client/http_example/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cryptography==2.4.1
1+
cryptography==2.4.2
22
google-api-python-client==1.7.4
33
google-auth-httplib2==0.0.3
44
google-auth==1.6.1

iot/api-client/mqtt_example/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ google-api-python-client==1.7.4
22
google-auth-httplib2==0.0.3
33
google-auth==1.6.1
44
google-cloud-pubsub==0.38.0
5-
cryptography==2.4.1
5+
cryptography==2.4.2
66
pyjwt==1.6.4
77
paho-mqtt==1.4.0

kms/api-client/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.7.4
22
google-auth==1.6.1
33
google-auth-httplib2==0.0.3
4-
cryptography==2.4.1
4+
cryptography==2.4.2

storage/signed_urls/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
google-cloud-storage==1.13.0
2-
google-auth==1.5.1
3-
six==1.11.0
2+
google-auth==1.6.1
3+
six==1.11.0

0 commit comments

Comments
 (0)