diff --git a/appengine/flexible/storage/requirements.txt b/appengine/flexible/storage/requirements.txt index 55a2a1c2f30b..5d78eb39752e 100644 --- a/appengine/flexible/storage/requirements.txt +++ b/appengine/flexible/storage/requirements.txt @@ -1,4 +1,4 @@ Flask==2.0.1 -google-cloud-storage==1.42.1 +google-cloud-storage==1.42.2 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 586615379f4a..fe519d50b8e9 100644 --- a/appengine/standard/migration/storage/requirements.txt +++ b/appengine/standard/migration/storage/requirements.txt @@ -1,3 +1,3 @@ -google-cloud-storage==1.42.1 +google-cloud-storage==1.42.2 Flask==1.1.4; python_version < '3.0' Flask==2.0.0; python_version > '3.0' diff --git a/auth/cloud-client/requirements.txt b/auth/cloud-client/requirements.txt index 374a312d0932..fbdb59c9a7c7 100644 --- a/auth/cloud-client/requirements.txt +++ b/auth/cloud-client/requirements.txt @@ -1 +1 @@ -google-cloud-storage==1.42.1 +google-cloud-storage==1.42.2 diff --git a/auth/downscoping/requirements-test.txt b/auth/downscoping/requirements-test.txt index 5d540d0ebe57..b7432f7e82f2 100644 --- a/auth/downscoping/requirements-test.txt +++ b/auth/downscoping/requirements-test.txt @@ -1,2 +1,2 @@ pytest==6.2.4 -google-cloud-storage==1.42.1 \ No newline at end of file +google-cloud-storage==1.42.2 \ No newline at end of file diff --git a/auth/downscoping/requirements.txt b/auth/downscoping/requirements.txt index c7563512e249..a7999f3ddcec 100644 --- a/auth/downscoping/requirements.txt +++ b/auth/downscoping/requirements.txt @@ -1,2 +1,2 @@ google-auth==2.0.0 -google-cloud-storage==1.42.1 \ No newline at end of file +google-cloud-storage==1.42.2 \ No newline at end of file diff --git a/codelabs/flex_and_vision/requirements.txt b/codelabs/flex_and_vision/requirements.txt index 3f65571d5990..83f46c0e84e8 100644 --- a/codelabs/flex_and_vision/requirements.txt +++ b/codelabs/flex_and_vision/requirements.txt @@ -2,5 +2,5 @@ Flask==2.0.1 gunicorn==20.0.4; python_version > '3.0' gunicorn==19.10.0; python_version < '3.0' google-cloud-vision==2.4.2 -google-cloud-storage==1.42.1 +google-cloud-storage==1.42.2 google-cloud-datastore==2.1.6 diff --git a/data-science-onramp/data-ingestion/requirements.txt b/data-science-onramp/data-ingestion/requirements.txt index acfb55352a4f..bd4004e211a2 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.42.1 +google-cloud-storage==1.42.2 google-cloud-dataproc==2.5.0 google-cloud-bigquery==2.26.0 \ No newline at end of file diff --git a/data-science-onramp/data-processing/requirements.txt b/data-science-onramp/data-processing/requirements.txt index d225a82bdd72..f80ea36e828d 100644 --- a/data-science-onramp/data-processing/requirements.txt +++ b/data-science-onramp/data-processing/requirements.txt @@ -1,2 +1,2 @@ -google-cloud-storage==1.42.1 +google-cloud-storage==1.42.2 google-cloud-dataproc==2.5.0 diff --git a/data-science-onramp/vertex-ai/requirements.txt b/data-science-onramp/vertex-ai/requirements.txt index 2db7fd840815..e58b3dab8b3d 100644 --- a/data-science-onramp/vertex-ai/requirements.txt +++ b/data-science-onramp/vertex-ai/requirements.txt @@ -1,2 +1,2 @@ google-cloud-aiplatform==1.3.0 -google-cloud-storage==1.42.1 \ No newline at end of file +google-cloud-storage==1.42.2 \ No newline at end of file diff --git a/dataflow/flex-templates/streaming_beam/requirements-test.txt b/dataflow/flex-templates/streaming_beam/requirements-test.txt index be85aa67f6b9..8b401d2ed497 100644 --- a/dataflow/flex-templates/streaming_beam/requirements-test.txt +++ b/dataflow/flex-templates/streaming_beam/requirements-test.txt @@ -1,5 +1,5 @@ google-api-python-client==2.20.0 -google-cloud-storage==1.42.1 +google-cloud-storage==1.42.2 pytest-xdist==2.3.0 pytest==6.2.4 pyyaml==5.4.1 \ No newline at end of file diff --git a/dataflow/gpu-examples/pytorch-minimal/requirements-test.txt b/dataflow/gpu-examples/pytorch-minimal/requirements-test.txt index e5be951b3681..da3215a94a27 100644 --- a/dataflow/gpu-examples/pytorch-minimal/requirements-test.txt +++ b/dataflow/gpu-examples/pytorch-minimal/requirements-test.txt @@ -1,3 +1,3 @@ google-api-python-client==2.20.0 -google-cloud-storage==1.42.1 +google-cloud-storage==1.42.2 pytest==6.2.4 diff --git a/dataflow/gpu-examples/tensorflow-landsat/requirements-test.txt b/dataflow/gpu-examples/tensorflow-landsat/requirements-test.txt index e5be951b3681..da3215a94a27 100644 --- a/dataflow/gpu-examples/tensorflow-landsat/requirements-test.txt +++ b/dataflow/gpu-examples/tensorflow-landsat/requirements-test.txt @@ -1,3 +1,3 @@ google-api-python-client==2.20.0 -google-cloud-storage==1.42.1 +google-cloud-storage==1.42.2 pytest==6.2.4 diff --git a/dataflow/gpu-examples/tensorflow-minimal/requirements-test.txt b/dataflow/gpu-examples/tensorflow-minimal/requirements-test.txt index e5be951b3681..da3215a94a27 100644 --- a/dataflow/gpu-examples/tensorflow-minimal/requirements-test.txt +++ b/dataflow/gpu-examples/tensorflow-minimal/requirements-test.txt @@ -1,3 +1,3 @@ google-api-python-client==2.20.0 -google-cloud-storage==1.42.1 +google-cloud-storage==1.42.2 pytest==6.2.4 diff --git a/functions/http/requirements.txt b/functions/http/requirements.txt index d68835489d21..d1213996adcc 100644 --- a/functions/http/requirements.txt +++ b/functions/http/requirements.txt @@ -1,2 +1,2 @@ -google-cloud-storage==1.42.1 +google-cloud-storage==1.42.2 xmltodict==0.12.0 diff --git a/functions/imagemagick/requirements.txt b/functions/imagemagick/requirements.txt index fe3a037e3600..e153b6ad7e05 100644 --- a/functions/imagemagick/requirements.txt +++ b/functions/imagemagick/requirements.txt @@ -1,3 +1,3 @@ google-cloud-vision==2.4.2 -google-cloud-storage==1.42.1 +google-cloud-storage==1.42.2 Wand==0.6.7 diff --git a/functions/ocr/app/requirements.txt b/functions/ocr/app/requirements.txt index b7a3388b5b41..aca63b82a58e 100644 --- a/functions/ocr/app/requirements.txt +++ b/functions/ocr/app/requirements.txt @@ -1,4 +1,4 @@ google-cloud-pubsub==2.8.0 -google-cloud-storage==1.42.1 +google-cloud-storage==1.42.2 google-cloud-translate==3.4.0 google-cloud-vision==2.4.2 diff --git a/healthcare/api-client/v1/fhir/requirements.txt b/healthcare/api-client/v1/fhir/requirements.txt index 20fd6cf4eb6d..950b7b84b3e7 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.20.0 google-auth-httplib2==0.1.0 google-auth==2.0.0 google-cloud==0.34.0 -google-cloud-storage==1.42.1 +google-cloud-storage==1.42.2 diff --git a/healthcare/api-client/v1beta1/fhir/requirements.txt b/healthcare/api-client/v1beta1/fhir/requirements.txt index 2d98716869e9..e182fe6df3c9 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.20.0 google-auth-httplib2==0.1.0 google-auth==2.0.0 google-cloud==0.34.0 -google-cloud-storage==1.42.1 +google-cloud-storage==1.42.2 requests==2.26.0 diff --git a/iot/api-client/gcs_file_to_device/requirements.txt b/iot/api-client/gcs_file_to_device/requirements.txt index a69f55aa0ad5..7ac225416e6b 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==2.0.0 google-auth-httplib2==0.1.0 google-cloud-iot==2.2.1 google-cloud-pubsub==2.8.0 -google-cloud-storage==1.42.1 +google-cloud-storage==1.42.2 cryptography==3.4.8 paho-mqtt==1.5.1 pyjwt==2.1.0 diff --git a/media/transcoder/requirements-test.txt b/media/transcoder/requirements-test.txt index d67745c85d95..ab209ecd7e83 100644 --- a/media/transcoder/requirements-test.txt +++ b/media/transcoder/requirements-test.txt @@ -1,3 +1,3 @@ backoff==1.11.1 -google-cloud-storage==1.42.1 +google-cloud-storage==1.42.2 pytest==6.2.4 diff --git a/notebooks/requirements.txt b/notebooks/requirements.txt index 88882f37f159..bc7dca18c8f4 100644 --- a/notebooks/requirements.txt +++ b/notebooks/requirements.txt @@ -1,4 +1,4 @@ -google-cloud-storage==1.42.1 +google-cloud-storage==1.42.2 google-cloud-bigquery[pandas,pyarrow]==2.26.0 matplotlib==3.1.2; python_version > '3.0' matplotlib==2.2.5; python_version < '3.0' diff --git a/people-and-planet-ai/image-classification/requirements-test.txt b/people-and-planet-ai/image-classification/requirements-test.txt index 68b564743a09..e0c5ce972c3b 100644 --- a/people-and-planet-ai/image-classification/requirements-test.txt +++ b/people-and-planet-ai/image-classification/requirements-test.txt @@ -1,3 +1,3 @@ -google-cloud-storage==1.42.1 +google-cloud-storage==1.42.2 pytest-xdist==2.2.1 pytest==6.2.4 diff --git a/run/image-processing/requirements.txt b/run/image-processing/requirements.txt index 2a100610490b..1c49a33d5433 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.1.0 google-cloud-vision==2.4.2 -google-cloud-storage==1.42.1 +google-cloud-storage==1.42.2 Wand==0.6.7 diff --git a/storage/cloud-client/requirements.txt b/storage/cloud-client/requirements.txt index a8f7e3957b52..fe893618feef 100644 --- a/storage/cloud-client/requirements.txt +++ b/storage/cloud-client/requirements.txt @@ -1,3 +1,3 @@ google-cloud-pubsub==2.8.0 -google-cloud-storage==1.42.1 +google-cloud-storage==1.42.2 google-api-python-client==2.20.0 diff --git a/storage/s3-sdk/requirements-test.txt b/storage/s3-sdk/requirements-test.txt index 3aeba3bfb043..7c9c851d37d2 100644 --- a/storage/s3-sdk/requirements-test.txt +++ b/storage/s3-sdk/requirements-test.txt @@ -1,3 +1,3 @@ backoff==1.11.1 pytest==6.2.4 -google-cloud-storage==1.42.1 +google-cloud-storage==1.42.2 diff --git a/storage/signed_urls/requirements.txt b/storage/signed_urls/requirements.txt index ea340c5b6f5b..502e62c3cd99 100644 --- a/storage/signed_urls/requirements.txt +++ b/storage/signed_urls/requirements.txt @@ -1,3 +1,3 @@ -google-cloud-storage==1.42.1 +google-cloud-storage==1.42.2 google-auth==2.0.0 six==1.16.0