8000 chore(deps): update dependency cryptography to v38 (#8317) · jonasthomaz/python-docs-samples@f5d43e6 · GitHub
[go: up one dir, main page]

Skip to content

Commit f5d43e6

Browse files
chore(deps): update dependency cryptography to v38 (GoogleCloudPlatform#8317)
* chore(deps): update dependency cryptography to v38 * lint Co-authored-by: Anthonios Partheniou <partheniou@google.com>
1 parent 6b12749 commit f5d43e6

File tree

9 files changed

+11
-11
lines changed

9 files changed

+11
-11
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==37.0.4
1+
cryptography==38.0.0
22
requests==2.27.1
33
google-api-python-client==2.47.0
44
google-auth==2.6.2

iap/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cryptography==37.0.4
1+
cryptography==38.0.0
22
Flask==2.1.0
33
google-auth==2.6.2
44
gunicorn==20.1.0

iot/api-client/codelabs/codelab_test.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020

2121
# Check colors exist
2222
def test_check_colors(capsys):
23-
assert(bcolors.OKBLUE is not None)
24-
assert(bcolors.FAIL is not None)
25-
assert(bcolors.CEND is not None)
23+
assert bcolors.OKBLUE is not None
24+
assert bcolors.FAIL is not None
25+
assert bcolors.CEND is not None
2626

2727

2828
# Check error code returns reasonable justifications
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
cryptography==37.0.4
1+
cryptography==38.0.0
22
paho-mqtt==1.5.1
33
pyjwt==2.4.0

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==37.0.4
1+
cryptography==38.0.0
22
google-api-python-client==2.47.0
33
google-auth-httplib2==0.1.0
44
google-auth==2.6.2

iot/api-client/gcs_file_to_device/requirements.txt

10000
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ google-cloud-iot==2.5.1
55
google-cloud-pubsub==2.9.0
66
google-cloud-storage==2.0.0; python_version < '3.7'
77
google-cloud-storage==2.1.0; python_version > '3.6'
8-
cryptography==37.0.4
8+
cryptography==38.0.0
99
paho-mqtt==1.5.1
1010
pyjwt==2.4.0

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==37.0.4
1+
cryptography==38.0.0
22
google-api-python-client==2.47.0
33
google-auth-httplib2==0.1.0
44
google-auth==2.6.2

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==37.0.4
1+
cryptography==38.0.0
22
google-api-python-client==2.47.0
33
google-auth-httplib2==0.1.0
44
google-auth==2.6.2

media_cdn/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
six==1.16.0
2-
cryptography==37.0.4
2+
cryptography==38.0.0

0 commit comments

Comments
 (0)
0