Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion compute/encryption/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cryptography==37.0.4
cryptography==38.0.0
requests==2.27.1
google-api-python-client==2.47.0
google-auth==2.6.2
Expand Down
2 changes: 1 addition & 1 deletion iap/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cryptography==37.0.4
cryptography==38.0.0
Flask==2.1.0
google-auth==2.6.2
gunicorn==20.1.0
Expand Down
6 changes: 3 additions & 3 deletions iot/api-client/codelabs/codelab_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@

# Check colors exist
def test_check_colors(capsys):
assert(bcolors.OKBLUE is not None)
assert(bcolors.FAIL is not None)
assert(bcolors.CEND is not None)
assert bcolors.OKBLUE is not None
assert bcolors.FAIL is not None
assert bcolors.CEND is not None


# Check error code returns reasonable justifications
Expand Down
2 changes: 1 addition & 1 deletion iot/api-client/codelabs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
cryptography==37.0.4
cryptography==38.0.0
paho-mqtt==1.5.1
pyjwt==2.4.0
2 changes: 1 addition & 1 deletion iot/api-client/end_to_end_example/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cryptography==37.0.4
cryptography==38.0.0
google-api-python-client==2.47.0
google-auth-httplib2==0.1.0
google-auth==2.6.2
Expand Down
2 changes: 1 addition & 1 deletion iot/api-client/gcs_file_to_device/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ google-cloud-iot==2.5.1
google-cloud-pubsub==2.9.0
google-cloud-storage==2.0.0; python_version < '3.7'
google-cloud-storage==2.1.0; python_version > '3.6'
cryptography==37.0.4
cryptography==38.0.0
paho-mqtt==1.5.1
pyjwt==2.4.0
2 changes: 1 addition & 1 deletion iot/api-client/http_example/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cryptography==37.0.4
cryptography==38.0.0
google-api-python-client==2.47.0
google-auth-httplib2==0.1.0
google-auth==2.6.2
Expand Down
2 changes: 1 addition & 1 deletion iot/api-client/mqtt_example/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cryptography==37.0.4
cryptography==38.0.0
google-api-python-client==2.47.0
google-auth-httplib2==0.1.0
google-auth==2.6.2
Expand Down
2 changes: 1 addition & 1 deletion media_cdn/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
six==1.16.0
cryptography==37.0.4
cryptography==38.0.0