diff --git a/compute/encryption/requirements.txt b/compute/encryption/requirements.txt index 4f6e6475517..163bcb11342 100644 --- a/compute/encryption/requirements.txt +++ b/compute/encryption/requirements.txt @@ -1,4 +1,4 @@ -cryptography==3.0 +cryptography==3.1 requests==2.24.0 google-api-python-client==1.11.0 google-auth==1.21.0 diff --git a/iap/requirements.txt b/iap/requirements.txt index 9f57343f2d3..406ef5457a4 100644 --- a/iap/requirements.txt +++ b/iap/requirements.txt @@ -1,4 +1,4 @@ -cryptography==3.0 +cryptography==3.1 flask==1.1.2 google-auth==1.21.0 gunicorn==20.0.4 diff --git a/iot/api-client/codelabs/requirements.txt b/iot/api-client/codelabs/requirements.txt index 0c135837ac6..e14f5a60dbb 100644 --- a/iot/api-client/codelabs/requirements.txt +++ b/iot/api-client/codelabs/requirements.txt @@ -1,3 +1,3 @@ -cryptography==3.0 +cryptography==3.1 paho-mqtt==1.5.0 pyjwt==1.7.1 diff --git a/iot/api-client/end_to_end_example/requirements.txt b/iot/api-client/end_to_end_example/requirements.txt index b87026e2d89..0348ebcbb19 100644 --- a/iot/api-client/end_to_end_example/requirements.txt +++ b/iot/api-client/end_to_end_example/requirements.txt @@ -1,4 +1,4 @@ -cryptography==3.0 +cryptography==3.1 google-api-python-client==1.11.0 google-auth-httplib2==0.0.4 google-auth==1.21.0 diff --git a/iot/api-client/gcs_file_to_device/requirements.txt b/iot/api-client/gcs_file_to_device/requirements.txt index ba58b1b972c..02fbcf36d28 100644 --- a/iot/api-client/gcs_file_to_device/requirements.txt +++ b/iot/api-client/gcs_file_to_device/requirements.txt @@ -4,6 +4,6 @@ google-auth-httplib2==0.0.4 google-cloud-iot==1.0.0 google-cloud-pubsub==1.7.0 google-cloud-storage==1.31.0 -cryptography==3.0 +cryptography==3.1 paho-mqtt==1.5.0 pyjwt==1.7.1 diff --git a/iot/api-client/http_example/requirements.txt b/iot/api-client/http_example/requirements.txt index 3e79e2b38f2..727b78a57da 100644 --- a/iot/api-client/http_example/requirements.txt +++ b/iot/api-client/http_example/requirements.txt @@ -1,4 +1,4 @@ -cryptography==3.0 +cryptography==3.1 google-api-python-client==1.11.0 google-auth-httplib2==0.0.4 google-auth==1.21.0 diff --git a/iot/api-client/manager/requirements.txt b/iot/api-client/manager/requirements.txt index 1ee03604efc..178db090389 100644 --- a/iot/api-client/manager/requirements.txt +++ b/iot/api-client/manager/requirements.txt @@ -1,4 +1,4 @@ -cryptography==3.0 +cryptography==3.1 flaky==3.7.0 google-api-python-client==1.11.0 google-auth-httplib2==0.0.4 diff --git a/iot/api-client/mqtt_example/requirements.txt b/iot/api-client/mqtt_example/requirements.txt index db2405445d9..1f55ebe713c 100644 --- a/iot/api-client/mqtt_example/requirements.txt +++ b/iot/api-client/mqtt_example/requirements.txt @@ -1,4 +1,4 @@ -cryptography==3.0 +cryptography==3.1 google-api-python-client==1.11.0 google-auth-httplib2==0.0.4 google-auth==1.21.0