10000 chore(deps): update dependency cryptography to v3 (#4337) · lak2142/python-docs-samples@cf9e7e1 · GitHub
[go: up one dir, main page]

Skip to content

Commit cf9e7e1

Browse files
authored
chore(deps): update dependency cryptography to v3 (GoogleCloudPlatform#4337)
1 parent 2e14f02 commit cf9e7e1

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

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.9.2
1+
cryptography==3.0
22
requests==2.24.0
33
google-api-python-client==1.10.0
44
google-auth==1.19.2

iap/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cryptography==2.9.2
1+
cryptography==3.0
22
flask==1.1.2
33
google-auth==1.19.2
44
gunicorn==20.0.4
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
cryptography==2.9.2
1+
cryptography==3.0
22
paho-mqtt==1.5.0
33
pyjwt==1.7.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.9.2
1+
cryptography==3.0
22
google-api-python-client==1.10.0
33
google-auth-httplib2==0.0.4
44
google-auth==1.19.2

iot/api-client/gcs_file_to_device/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ google-auth-httplib2==0.0.4
44
google-cloud-iot==1.0.0
55
google-cloud-pubsub==1.7.0
66
google-cloud-storage==1.29.0
7-
cryptography==2.9.2
7+
cryptography==3.0
88
paho-mqtt==1.5.0
99
pyjwt==1.7.1

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.9.2
1+
cryptography==3.0
22
google-api-python-client==1.10.0
33
google-auth-httplib2==0.0.4
44
google-auth==1.19.2

iot/api-client/manager/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cryptography==2.9.2
1+
cryptography==3.0
22
flaky==3.7.0
33
google-api-python-client==1.10.0
44
google-auth-httplib2==0.0.4

iot/api-client/mqtt_example/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cryptography==2.9.2
1+
cryptography==3.0
22
google-api-python-client==1.10.0
33
google-auth-httplib2==0.0.4
44
google-auth==1.19.2

0 commit comments

Comments
 (0)
0