Skip to content

Commit 85c8d90

Browse files
authored
chore(deps): update dependency cryptography to v2.9.1 (#3463)
1 parent 953bf7a commit 85c8d90

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
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
1+
cryptography==2.9.1
22
requests==2.23.0
33
google-api-python-client==1.8.0
44
google-auth==1.14.0

iap/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PyJWT==1.7.1
2-
cryptography==2.9
2+
cryptography==2.9.1
33
flask==1.1.2
44
google-auth==1.14.0
55
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
1+
cryptography==2.9.1
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
1+
cryptography==2.9.1
22
google-api-python-client==1.8.0
33
google-auth-httplib2==0.0.3
44
google-auth==1.14.0

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.3
44
google-cloud-iot==1.0.0
55
google-cloud-pubsub==1.4.2
66
google-cloud-storage==1.26.0
7-
cryptography==2.9
7+
cryptography==2.9.1
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
1+
cryptography==2.9.1
22
google-api-python-client==1.8.0
33
google-auth-httplib2==0.0.3
44
google-auth==1.14.0

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
1+
cryptography==2.9.1
22
flaky==3.6.1
33
google-api-python-client==1.8.0
44
google-auth-httplib2==0.0.3

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
1+
cryptography==2.9.1
22
flaky==3.6.1
33
gcp-devrel-py-tools==0.0.15
44
google-api-python-client==1.8.0

kms/api-client/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
google-cloud-kms==1.4.0
2-
cryptography==2.9
2+
cryptography==2.9.1

0 commit comments

Comments
 (0)