diff --git a/appengine/flexible/storage/requirements.txt b/appengine/flexible/storage/requirements.txt index 7cad812b7b7..eb583ca15f3 100644 --- a/appengine/flexible/storage/requirements.txt +++ b/appengine/flexible/storage/requirements.txt @@ -1,4 +1,4 @@ Flask==1.1.2 -google-cloud-storage==1.36.2 +google-cloud-storage==3.0.0 gunicorn==20.0.4; python_version > '3.0' gunicorn==19.10.0; python_version < '3.0' diff --git a/appengine/standard/migration/storage/requirements.txt b/appengine/standard/migration/storage/requirements.txt index da01258972b..35646c11d1b 100644 --- a/appengine/standard/migration/storage/requirements.txt +++ b/appengine/standard/migration/storage/requirements.txt @@ -1,2 +1,2 @@ -google-cloud-storage==1.36.2 +google-cloud-storage==3.0.0 Flask==1.1.2 \ No newline at end of file diff --git a/auth/cloud-client/requirements.txt b/auth/cloud-client/requirements.txt index a29f8eb3870..beb3f6a615a 100644 --- a/auth/cloud-client/requirements.txt +++ b/auth/cloud-client/requirements.txt @@ -1 +1 @@ -google-cloud-storage==1.36.2 +google-cloud-storage==3.0.0 diff --git a/codelabs/flex_and_vision/requirements.txt b/codelabs/flex_and_vision/requirements.txt index 6f167537c4d..54c05df4b13 100644 --- a/codelabs/flex_and_vision/requirements.txt +++ b/codelabs/flex_and_vision/requirements.txt @@ -2,5 +2,5 @@ Flask==1.1.2 gunicorn==20.0.4; python_version > '3.0' gunicorn==19.10.0; python_version < '3.0' google-cloud-vision==2.2.0 -google-cloud-storage==1.36.2 +google-cloud-storage==3.0.0 google-cloud-datastore==2.1.0 diff --git a/data-science-onramp/ai-platform/requirements.txt b/data-science-onramp/ai-platform/requirements.txt index d67810016cd..1b1291b3d12 100644 --- a/data-science-onramp/ai-platform/requirements.txt +++ b/data-science-onramp/ai-platform/requirements.txt @@ -1,3 +1,3 @@ google-cloud-aiplatform==0.7.1 -google-cloud-storage==1.36.2 +google-cloud-storage==3.0.0 diff --git a/data-science-onramp/data-cleaning/requirements.txt b/data-science-onramp/data-cleaning/requirements.txt index 8d4a9360f3f..1aaedc2c398 100644 --- a/data-science-onramp/data-cleaning/requirements.txt +++ b/data-science-onramp/data-cleaning/requirements.txt @@ -1,2 +1,2 @@ -google-cloud-storage==1.36.2 +google-cloud-storage==3.0.0 google-cloud-dataproc==2.3.0 diff --git a/data-science-onramp/data-ingestion/requirements.txt b/data-science-onramp/data-ingestion/requirements.txt index 3247c001af4..5228c62eb97 100644 --- a/data-science-onramp/data-ingestion/requirements.txt +++ b/data-science-onramp/data-ingestion/requirements.txt @@ -1,6 +1,6 @@ #grpcio==1.29.0 #google-auth==1.16.0 #google-auth-httplib2==0.0.3 -google-cloud-storage==1.36.2 +google-cloud-storage==3.0.0 google-cloud-dataproc==2.3.0 google-cloud-bigquery==2.13.0 diff --git a/dataflow/gpu-workers/requirements-test.txt b/dataflow/gpu-workers/requirements-test.txt index 2c69a962d03..4db6f2597fc 100644 --- a/dataflow/gpu-workers/requirements-test.txt +++ b/dataflow/gpu-workers/requirements-test.txt @@ -1,2 +1,2 @@ -google-cloud-storage==1.36.2 +google-cloud-storage==3.0.0 pytest==6.2.1 diff --git a/functions/http/requirements.txt b/functions/http/requirements.txt index 4d4708c1a1b..1b8c40a0ad2 100644 --- a/functions/http/requirements.txt +++ b/functions/http/requirements.txt @@ -1,2 +1,2 @@ -google-cloud-storage==1.36.2 +google-cloud-storage==3.0.0 xmltodict==0.12.0 diff --git a/functions/imagemagick/requirements.txt b/functions/imagemagick/requirements.txt index ec10a629128..aafb51a9c4e 100644 --- a/functions/imagemagick/requirements.txt +++ b/functions/imagemagick/requirements.txt @@ -1,3 +1,3 @@ google-cloud-vision==2.2.0 -google-cloud-storage==1.36.2 +google-cloud-storage==3.0.0 Wand==0.6.6 diff --git a/functions/ocr/app/requirements.txt b/functions/ocr/app/requirements.txt index 524a9a95f3d..20cbcf09de7 100644 --- a/functions/ocr/app/requirements.txt +++ b/functions/ocr/app/requirements.txt @@ -1,4 +1,4 @@ google-cloud-pubsub==2.4.0 -google-cloud-storage==1.36.2 +google-cloud-storage==3.0.0 google-cloud-translate==3.0.2 google-cloud-vision==2.2.0 diff --git a/healthcare/api-client/v1/fhir/requirements.txt b/healthcare/api-client/v1/fhir/requirements.txt index 82cab5d6229..ba9df5a38f6 100644 --- a/healthcare/api-client/v1/fhir/requirements.txt +++ b/healthcare/api-client/v1/fhir/requirements.txt @@ -2,4 +2,4 @@ google-api-python-client==2.0.2 google-auth-httplib2==0.1.0 google-auth==1.28.0 google-cloud==0.34.0 -google-cloud-storage==1.36.2 +google-cloud-storage==3.0.0 diff --git a/healthcare/api-client/v1beta1/fhir/requirements.txt b/healthcare/api-client/v1beta1/fhir/requirements.txt index fec6cc0a22c..33429ad7b6b 100644 --- a/healthcare/api-client/v1beta1/fhir/requirements.txt +++ b/healthcare/api-client/v1beta1/fhir/requirements.txt @@ -2,5 +2,5 @@ google-api-python-client==2.0.2 google-auth-httplib2==0.1.0 google-auth==1.28.0 google-cloud==0.34.0 -google-cloud-storage==1.36.2 +google-cloud-storage==3.0.0 requests==2.25.1 diff --git a/iot/api-client/gcs_file_to_device/requirements.txt b/iot/api-client/gcs_file_to_device/requirements.txt index 10532997593..dda6c3688d5 100644 --- a/iot/api-client/gcs_file_to_device/requirements.txt +++ b/iot/api-client/gcs_file_to_device/requirements.txt @@ -3,7 +3,7 @@ google-auth==1.28.0 google-auth-httplib2==0.1.0 google-cloud-iot==2.0.2 google-cloud-pubsub==2.4.0 -google-cloud-storage==1.36.2 +google-cloud-storage==3.0.0 cryptography==3.4.6 paho-mqtt==1.5.1 pyjwt==2.0.1 diff --git a/media/transcoder/requirements-test.txt b/media/transcoder/requirements-test.txt index 058ef7f3105..23083e5afb3 100644 --- a/media/transcoder/requirements-test.txt +++ b/media/transcoder/requirements-test.txt @@ -1,3 +1,3 @@ backoff==1.10.0 -google-cloud-storage==1.36.2 +google-cloud-storage==3.0.0 pytest==6.2.1 diff --git a/notebooks/requirements.txt b/notebooks/requirements.txt index 71fb749a815..c285fb3807d 100644 --- a/notebooks/requirements.txt +++ b/notebooks/requirements.txt @@ -1,4 +1,4 @@ -google-cloud-storage==1.36.2 +google-cloud-storage==3.0.0 google-cloud-bigquery[pandas,pyarrow]==2.13.0 matplotlib==3.1.2; python_version > '3.0' matplotlib==2.2.5; python_version < '3.0' \ No newline at end of file diff --git a/run/image-processing/requirements.txt b/run/image-processing/requirements.txt index 2472ab59d83..a68f77ea46a 100644 --- a/run/image-processing/requirements.txt +++ b/run/image-processing/requirements.txt @@ -3,5 +3,5 @@ pytest==5.3.0; python_version > "3.0" pytest==4.6.6; python_version < "3.0" gunicorn==20.0.4 google-cloud-vision==2.2.0 -google-cloud-storage==1.36.2 +google-cloud-storage==3.0.0 Wand==0.6.6 diff --git a/storage/cloud-client/requirements.txt b/storage/cloud-client/requirements.txt index be91b274732..8cffb2ddb73 100644 --- a/storage/cloud-client/requirements.txt +++ b/storage/cloud-client/requirements.txt @@ -1,2 +1,2 @@ google-cloud-pubsub==2.4.0 -google-cloud-storage==1.36.2 +google-cloud-storage==3.0.0 diff --git a/storage/signed_urls/requirements.txt b/storage/signed_urls/requirements.txt index 297f5ba99b7..b5f8d864771 100644 --- a/storage/signed_urls/requirements.txt +++ b/storage/signed_urls/requirements.txt @@ -1,3 +1,3 @@ -google-cloud-storage==1.36.2 +google-cloud-storage==3.0.0 google-auth==1.28.0 six==1.15.0