diff --git a/appengine/flexible/storage/requirements-test.txt b/appengine/flexible/storage/requirements-test.txt index f27726d745..a8dd2ec46e 100644 --- a/appengine/flexible/storage/requirements-test.txt +++ b/appengine/flexible/storage/requirements-test.txt @@ -1,2 +1,2 @@ pytest==8.2.0 -google-cloud-storage==2.9.0 +google-cloud-storage==3.0.0 diff --git a/appengine/flexible/storage/requirements.txt b/appengine/flexible/storage/requirements.txt index 99fefaec60..f0c868d746 100644 --- a/appengine/flexible/storage/requirements.txt +++ b/appengine/flexible/storage/requirements.txt @@ -1,3 +1,3 @@ Flask==3.0.3 -google-cloud-storage==2.9.0 +google-cloud-storage==3.0.0 gunicorn==23.0.0 diff --git a/appengine/flexible_python37_and_earlier/storage/requirements-test.txt b/appengine/flexible_python37_and_earlier/storage/requirements-test.txt index f27726d745..a8dd2ec46e 100644 --- a/appengine/flexible_python37_and_earlier/storage/requirements-test.txt +++ b/appengine/flexible_python37_and_earlier/storage/requirements-test.txt @@ -1,2 +1,2 @@ pytest==8.2.0 -google-cloud-storage==2.9.0 +google-cloud-storage==3.0.0 diff --git a/appengine/flexible_python37_and_earlier/storage/requirements.txt b/appengine/flexible_python37_and_earlier/storage/requirements.txt index 994d320130..360b2feb53 100644 --- a/appengine/flexible_python37_and_earlier/storage/requirements.txt +++ b/appengine/flexible_python37_and_earlier/storage/requirements.txt @@ -2,5 +2,5 @@ Flask==3.0.3; python_version > '3.6' Flask==2.0.3; python_version < '3.7' werkzeug==3.0.3; python_version > '3.7' werkzeug==2.3.8; python_version <= '3.7' -google-cloud-storage==2.9.0 +google-cloud-storage==3.0.0 gunicorn==23.0.0 diff --git a/asset/snippets/requirements.txt b/asset/snippets/requirements.txt index ed5d85fa0e..358dafa683 100644 --- a/asset/snippets/requirements.txt +++ b/asset/snippets/requirements.txt @@ -1,4 +1,4 @@ -google-cloud-storage==2.9.0 +google-cloud-storage==3.0.0 google-cloud-asset==3.27.1 google-cloud-resource-manager==1.10.1 google-cloud-pubsub==2.21.5 diff --git a/auth/api-client/requirements.txt b/auth/api-client/requirements.txt index 49f9ba5f88..7f3911f391 100644 --- a/auth/api-client/requirements.txt +++ b/auth/api-client/requirements.txt @@ -4,4 +4,4 @@ google-auth==2.38.0 google-cloud-api-keys==0.5.13 google-cloud-compute==1.11.0 google-cloud-language==2.15.1 -google-cloud-storage==2.9.0 +google-cloud-storage==3.0.0 diff --git a/auth/cloud-client/requirements.txt b/auth/cloud-client/requirements.txt index 3f1d3521dc..c0e68a79a5 100644 --- a/auth/cloud-client/requirements.txt +++ b/auth/cloud-client/requirements.txt @@ -1,2 +1,2 @@ -google-cloud-storage==2.9.0; python_version < '3.7' -google-cloud-storage==2.9.0; python_version > '3.6' +google-cloud-storage==3.0.0; python_version < '3.7' +google-cloud-storage==3.0.0; python_version > '3.6' diff --git a/auth/downscoping/requirements-test.txt b/auth/downscoping/requirements-test.txt index 5d399275c9..9d2773e844 100644 --- a/auth/downscoping/requirements-test.txt +++ b/auth/downscoping/requirements-test.txt @@ -1,3 +1,3 @@ pytest==8.2.0 -google-cloud-storage==2.9.0; python_version < '3.7' -google-cloud-storage==2.9.0; python_version > '3.6' +google-cloud-storage==3.0.0; python_version < '3.7' +google-cloud-storage==3.0.0; python_version > '3.6' diff --git a/auth/downscoping/requirements.txt b/auth/downscoping/requirements.txt index cb581b6e62..cfab83c99e 100644 --- a/auth/downscoping/requirements.txt +++ b/auth/downscoping/requirements.txt @@ -1,3 +1,3 @@ google-auth==2.38.0 -google-cloud-storage==2.9.0; python_version < '3.7' -google-cloud-storage==2.9.0; python_version > '3.6' +google-cloud-storage==3.0.0; python_version < '3.7' +google-cloud-storage==3.0.0; python_version > '3.6' diff --git a/automl/snippets/requirements.txt b/automl/snippets/requirements.txt index 6386048f6e..741d403e8a 100644 --- a/automl/snippets/requirements.txt +++ b/automl/snippets/requirements.txt @@ -1,3 +1,3 @@ google-cloud-translate==3.18.0 -google-cloud-storage==2.9.0 +google-cloud-storage==3.0.0 google-cloud-automl==2.14.1 diff --git a/batch/requirements-test.txt b/batch/requirements-test.txt index 08d1b1b9c1..26c44f28f5 100644 --- a/batch/requirements-test.txt +++ b/batch/requirements-test.txt @@ -1,5 +1,5 @@ pytest==8.2.0 google-cloud-compute==1.11.0 google-cloud-resource-manager==1.10.1 -google-cloud-storage==2.9.0 +google-cloud-storage==3.0.0 flaky==3.8.1 \ No newline at end of file diff --git a/bigquery-migration/snippets/requirements-test.txt b/bigquery-migration/snippets/requirements-test.txt index d54b3ea50e..19b9771487 100644 --- a/bigquery-migration/snippets/requirements-test.txt +++ b/bigquery-migration/snippets/requirements-test.txt @@ -1,4 +1,4 @@ pytest==8.2.0 google-cloud-testutils==1.5.0 google-api-core==2.17.1 -google-cloud-storage==2.9.0 \ No newline at end of file +google-cloud-storage==3.0.0 \ No newline at end of file diff --git a/composer/cicd_sample/utils/requirements.txt b/composer/cicd_sample/utils/requirements.txt index 182254327c..ad38c4e2e0 100644 --- a/composer/cicd_sample/utils/requirements.txt +++ b/composer/cicd_sample/utils/requirements.txt @@ -1 +1 @@ -google-cloud-storage==2.9.0 \ No newline at end of file +google-cloud-storage==3.0.0 \ No newline at end of file diff --git a/compute/auth/requirements.txt b/compute/auth/requirements.txt index a200462f6c..ac3cb158d4 100644 --- a/compute/auth/requirements.txt +++ b/compute/auth/requirements.txt @@ -1,4 +1,4 @@ requests==2.32.2 google-auth==2.38.0 google-auth-httplib2==0.1.0 -google-cloud-storage==2.9.0 +google-cloud-storage==3.0.0 diff --git a/compute/client_library/requirements-test.txt b/compute/client_library/requirements-test.txt index 32f96d024e..b02f2e7a81 100644 --- a/compute/client_library/requirements-test.txt +++ b/compute/client_library/requirements-test.txt @@ -1,6 +1,6 @@ pytest==8.3.2 pytest-xdist==3.6.1 flaky==3.8.1 -google-cloud-storage==2.18.0 +google-cloud-storage==3.0.0 google-cloud-kms==3.2.1 py==1.11.0 diff --git a/dataflow/custom-containers/miniconda/requirements-test.txt b/dataflow/custom-containers/miniconda/requirements-test.txt index 2402ce8311..20c68d84de 100644 --- a/dataflow/custom-containers/miniconda/requirements-test.txt +++ b/dataflow/custom-containers/miniconda/requirements-test.txt @@ -1,4 +1,4 @@ google-api-python-client==2.131.0 -google-cloud-storage==2.9.0 +google-cloud-storage==3.0.0 pytest-xdist==3.3.0 pytest==8.2.0 \ No newline at end of file diff --git a/dataflow/custom-containers/minimal/requirements-test.txt b/dataflow/custom-containers/minimal/requirements-test.txt index 2402ce8311..20c68d84de 100644 --- a/dataflow/custom-containers/minimal/requirements-test.txt +++ b/dataflow/custom-containers/minimal/requirements-test.txt @@ -1,4 +1,4 @@ google-api-python-client==2.131.0 -google-cloud-storage==2.9.0 +google-cloud-storage==3.0.0 pytest-xdist==3.3.0 pytest==8.2.0 \ No newline at end of file diff --git a/dataflow/custom-containers/ubuntu/requirements-test.txt b/dataflow/custom-containers/ubuntu/requirements-test.txt index 2402ce8311..20c68d84de 100644 --- a/dataflow/custom-containers/ubuntu/requirements-test.txt +++ b/dataflow/custom-containers/ubuntu/requirements-test.txt @@ -1,4 +1,4 @@ google-api-python-client==2.131.0 -google-cloud-storage==2.9.0 +google-cloud-storage==3.0.0 pytest-xdist==3.3.0 pytest==8.2.0 \ No newline at end of file diff --git a/dataflow/extensible-templates/requirements-test.txt b/dataflow/extensible-templates/requirements-test.txt index a51578c86f..17e43cac1f 100644 --- a/dataflow/extensible-templates/requirements-test.txt +++ b/dataflow/extensible-templates/requirements-test.txt @@ -1,6 +1,6 @@ google-api-python-client==2.131.0 google-cloud-bigquery==3.27.0 -google-cloud-storage==2.9.0 +google-cloud-storage==3.0.0 pytest-xdist==3.3.0 pytest==8.2.0 pyyaml==6.0.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 fcbae6b06b..70a6a218aa 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.131.0 -google-cloud-storage==2.9.0 +google-cloud-storage==3.0.0 pytest-xdist==3.3.0 pytest==8.2.0 pyyaml==6.0.2 \ No newline at end of file diff --git a/dataflow/gemma-flex-template/requirements-test.txt b/dataflow/gemma-flex-template/requirements-test.txt index 5e6dcfc99a..c7eddbbc8a 100644 --- a/dataflow/gemma-flex-template/requirements-test.txt +++ b/dataflow/gemma-flex-template/requirements-test.txt @@ -1,7 +1,7 @@ google-cloud-aiplatform==1.62.0 google-cloud-dataflow-client==0.8.14 google-cloud-pubsub==2.28.0 -google-cloud-storage==2.18.2 +google-cloud-storage==3.0.0 pytest==8.3.2 pytest-timeout==2.3.1 pyyaml==6.0.2 diff --git a/dataflow/gpu-examples/pytorch-minimal/requirements-test.txt b/dataflow/gpu-examples/pytorch-minimal/requirements-test.txt index cf8059020c..f19960f1d4 100644 --- a/dataflow/gpu-examples/pytorch-minimal/requirements-test.txt +++ b/dataflow/gpu-examples/pytorch-minimal/requirements-test.txt @@ -1,4 +1,4 @@ google-api-python-client==2.131.0 -google-cloud-storage==2.9.0 +google-cloud-storage==3.0.0 pytest-xdist==3.3.0 pytest==8.2.0 diff --git a/dataflow/gpu-examples/tensorflow-landsat-prime/requirements-test.txt b/dataflow/gpu-examples/tensorflow-landsat-prime/requirements-test.txt index c1f8e786b4..6df39fac65 100644 --- a/dataflow/gpu-examples/tensorflow-landsat-prime/requirements-test.txt +++ b/dataflow/gpu-examples/tensorflow-landsat-prime/requirements-test.txt @@ -1,3 +1,3 @@ google-api-python-client==2.87.0 -google-cloud-storage==2.9.0 +google-cloud-storage==3.0.0 pytest==8.2.0 diff --git a/dataflow/gpu-examples/tensorflow-landsat/requirements-test.txt b/dataflow/gpu-examples/tensorflow-landsat/requirements-test.txt index c1f8e786b4..6df39fac65 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.87.0 -google-cloud-storage==2.9.0 +google-cloud-storage==3.0.0 pytest==8.2.0 diff --git a/dataflow/gpu-examples/tensorflow-minimal/requirements-test.txt b/dataflow/gpu-examples/tensorflow-minimal/requirements-test.txt index e5602fb507..388aeb3fbf 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.131.0 -google-cloud-storage==2.9.0 +google-cloud-storage==3.0.0 pytest==8.2.0 diff --git a/dataflow/run-inference/requirements-test.txt b/dataflow/run-inference/requirements-test.txt index c9095c832f..66575b988f 100644 --- a/dataflow/run-inference/requirements-test.txt +++ b/dataflow/run-inference/requirements-test.txt @@ -1,4 +1,4 @@ google-cloud-aiplatform==1.57.0 google-cloud-dataflow-client==0.8.14 -google-cloud-storage==2.10.0 +google-cloud-storage==3.0.0 pytest==8.2.0 diff --git a/dataproc/snippets/requirements.txt b/dataproc/snippets/requirements.txt index 721339fb7b..1ce0664889 100644 --- a/dataproc/snippets/requirements.txt +++ b/dataproc/snippets/requirements.txt @@ -4,5 +4,5 @@ grpcio==1.62.1 google-auth==2.38.0 google-auth-httplib2==0.1.0 google-cloud==0.34.0 -google-cloud-storage==2.9.0 +google-cloud-storage==3.0.0 google-cloud-dataproc==5.4.3 diff --git a/dlp/snippets/requirements.txt b/dlp/snippets/requirements.txt index 5191248d7c..3aa992f65f 100644 --- a/dlp/snippets/requirements.txt +++ b/dlp/snippets/requirements.txt @@ -1,5 +1,5 @@ google-cloud-dlp==3.25.1 -google-cloud-storage==2.9.0 +google-cloud-storage==3.0.0 google-cloud-pubsub==2.28.0 google-cloud-datastore==2.20.1 google-cloud-bigquery==3.27.0 diff --git a/documentai/snippets/requirements.txt b/documentai/snippets/requirements.txt index 28b252670e..663376a701 100644 --- a/documentai/snippets/requirements.txt +++ b/documentai/snippets/requirements.txt @@ -1,2 +1,2 @@ google-cloud-documentai==3.0.1 -google-cloud-storage==2.16.0 +google-cloud-storage==3.0.0 diff --git a/functions/http/requirements.txt b/functions/http/requirements.txt index 53e544093b..0819c509c2 100644 --- a/functions/http/requirements.txt +++ b/functions/http/requirements.txt @@ -1,4 +1,4 @@ functions-framework==3.8.2 -google-cloud-storage==2.9.0; python_version < '3.7' -google-cloud-storage==2.9.0; python_version > '3.6' +google-cloud-storage==3.0.0; python_version < '3.7' +google-cloud-storage==3.0.0; python_version > '3.6' xmltodict==0.13.0 diff --git a/functions/imagemagick/requirements.txt b/functions/imagemagick/requirements.txt index 418308407f..24883a71fe 100644 --- a/functions/imagemagick/requirements.txt +++ b/functions/imagemagick/requirements.txt @@ -1,3 +1,3 @@ google-cloud-vision==3.8.1 -google-cloud-storage==2.9.0 +google-cloud-storage==3.0.0 Wand==0.6.13 diff --git a/functions/ocr/app/requirements.txt b/functions/ocr/app/requirements.txt index 6979e0d5cf..fa8b8c0cf8 100644 --- a/functions/ocr/app/requirements.txt +++ b/functions/ocr/app/requirements.txt @@ -1,4 +1,4 @@ google-cloud-pubsub==2.28.0 -google-cloud-storage==2.9.0 +google-cloud-storage==3.0.0 google-cloud-translate==3.18.0 google-cloud-vision==3.8.1 diff --git a/functions/v2/deploy-function/requirements.txt b/functions/v2/deploy-function/requirements.txt index afee5b6893..e90be95522 100644 --- a/functions/v2/deploy-function/requirements.txt +++ b/functions/v2/deploy-function/requirements.txt @@ -1,3 +1,3 @@ google-auth==2.38.0 google-cloud-functions==1.18.1 -google-cloud-storage==2.9.0 \ No newline at end of file +google-cloud-storage==3.0.0 \ No newline at end of file diff --git a/functions/v2/imagemagick/requirements.txt b/functions/v2/imagemagick/requirements.txt index f00e4b306e..680a2608ec 100644 --- a/functions/v2/imagemagick/requirements.txt +++ b/functions/v2/imagemagick/requirements.txt @@ -1,5 +1,5 @@ functions-framework==3.8.2 google-cloud-vision==3.8.1 -google-cloud-storage==2.9.0; python_version < '3.7' -google-cloud-storage==2.9.0; python_version > '3.6' +google-cloud-storage==3.0.0; python_version < '3.7' +google-cloud-storage==3.0.0; python_version > '3.6' Wand==0.6.13 diff --git a/functions/v2/ocr/requirements.txt b/functions/v2/ocr/requirements.txt index ee2b12cb5d..98224dbac8 100644 --- a/functions/v2/ocr/requirements.txt +++ b/functions/v2/ocr/requirements.txt @@ -1,5 +1,5 @@ functions-framework==3.8.2 google-cloud-pubsub==2.28.0 -google-cloud-storage==2.9.0 +google-cloud-storage==3.0.0 google-cloud-translate==3.18.0 google-cloud-vision==3.8.1 diff --git a/genai/batch_prediction/requirements-test.txt b/genai/batch_prediction/requirements-test.txt index 937db8fb0d..431c727114 100644 --- a/genai/batch_prediction/requirements-test.txt +++ b/genai/batch_prediction/requirements-test.txt @@ -1,4 +1,4 @@ google-api-core==2.24.0 google-cloud-bigquery==3.29.0 -google-cloud-storage==2.19.0 +google-cloud-storage==3.0.0 pytest==8.2.0 diff --git a/healthcare/api-client/v1/fhir/requirements.txt b/healthcare/api-client/v1/fhir/requirements.txt index aba62d9458..b664fa66e9 100644 --- a/healthcare/api-client/v1/fhir/requirements.txt +++ b/healthcare/api-client/v1/fhir/requirements.txt @@ -2,5 +2,5 @@ google-api-python-client==2.131.0 google-auth-httplib2==0.2.0 google-auth==2.38.0 google-cloud==0.34.0 -google-cloud-storage==2.9.0; python_version < '3.7' -google-cloud-storage==2.9.0; python_version > '3.6' +google-cloud-storage==3.0.0; python_version < '3.7' +google-cloud-storage==3.0.0; python_version > '3.6' diff --git a/healthcare/api-client/v1beta1/fhir/requirements.txt b/healthcare/api-client/v1beta1/fhir/requirements.txt index 70b7172329..1c138dad17 100644 --- a/healthcare/api-client/v1beta1/fhir/requirements.txt +++ b/healthcare/api-client/v1beta1/fhir/requirements.txt @@ -2,6 +2,6 @@ google-api-python-client==2.131.0 google-auth-httplib2==0.2.0 google-auth==2.38.0 google-cloud==0.34.0 -google-cloud-storage==2.9.0; python_version < '3.7' -google-cloud-storage==2.9.0; python_version > '3.6' +google-cloud-storage==3.0.0; python_version < '3.7' +google-cloud-storage==3.0.0; python_version > '3.6' requests==2.31.0 diff --git a/logging/import-logs/requirements-test.txt b/logging/import-logs/requirements-test.txt index c1167e6219..f94457e509 100644 --- a/logging/import-logs/requirements-test.txt +++ b/logging/import-logs/requirements-test.txt @@ -1,4 +1,4 @@ backoff==2.2.1 pytest==8.2.0 google-cloud-logging~=3.5.0 -google-cloud-storage~=2.10.0 +google-cloud-storage~=3.0.0 diff --git a/logging/import-logs/requirements.txt b/logging/import-logs/requirements.txt index 9ca85933d0..c0df0d12df 100644 --- a/logging/import-logs/requirements.txt +++ b/logging/import-logs/requirements.txt @@ -1,2 +1,2 @@ google-cloud-logging~=3.5.0 -google-cloud-storage~=2.10.0 +google-cloud-storage~=3.0.0 diff --git a/notebooks/requirements.txt b/notebooks/requirements.txt index 58273f9d0c..a5e6a85365 100644 --- a/notebooks/requirements.txt +++ b/notebooks/requirements.txt @@ -1,3 +1,3 @@ -google-cloud-storage==2.9.0 +google-cloud-storage==3.0.0 google-cloud-bigquery[pandas,pyarrow]==3.27.0 matplotlib==3.9.3 diff --git a/optimization/snippets/requirements.txt b/optimization/snippets/requirements.txt index b7baf6e798..b052c998c1 100644 --- a/optimization/snippets/requirements.txt +++ b/optimization/snippets/requirements.txt @@ -1,2 +1,2 @@ google-cloud-optimization==1.9.1 -google-cloud-storage==2.9.0 +google-cloud-storage==3.0.0 diff --git a/people-and-planet-ai/image-classification/requirements-test.txt b/people-and-planet-ai/image-classification/requirements-test.txt index ddf696ef54..6b3bc0e1cb 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==2.16.0 +google-cloud-storage==3.0.0 pytest-xdist==3.5.0 pytest==8.2.0 diff --git a/practice-folder/intermediate-sample/requirements-test.txt b/practice-folder/intermediate-sample/requirements-test.txt index 73e69569a5..98cf475cd0 100644 --- a/practice-folder/intermediate-sample/requirements-test.txt +++ b/practice-folder/intermediate-sample/requirements-test.txt @@ -1,2 +1,2 @@ -google-cloud-storage==2.13.0 +google-cloud-storage==3.0.0 pytest==8.2.0 diff --git a/practice-folder/intermediate-sample/requirements.txt b/practice-folder/intermediate-sample/requirements.txt index 0d202e1e75..beb3f6a615 100644 --- a/practice-folder/intermediate-sample/requirements.txt +++ b/practice-folder/intermediate-sample/requirements.txt @@ -1 +1 @@ -google-cloud-storage==2.13.0 +google-cloud-storage==3.0.0 diff --git a/pubsublite/spark-connector/requirements-test.txt b/pubsublite/spark-connector/requirements-test.txt index b90e0072ef..02680229f2 100644 --- a/pubsublite/spark-connector/requirements-test.txt +++ b/pubsublite/spark-connector/requirements-test.txt @@ -1,4 +1,4 @@ google-cloud-dataproc==5.4.3 google-cloud-pubsublite==1.11.1 pytest==8.2.0 -google-cloud-storage==2.9.0 +google-cloud-storage==3.0.0 diff --git a/retail/interactive-tutorials/events/requirements.txt b/retail/interactive-tutorials/events/requirements.txt index d2fd7c66af..fff68ce857 100644 --- a/retail/interactive-tutorials/events/requirements.txt +++ b/retail/interactive-tutorials/events/requirements.txt @@ -1,4 +1,4 @@ google==3.0.0 google-cloud-retail==1.23.1 -google-cloud-storage==2.9.0 +google-cloud-storage==3.0.0 google-cloud-bigquery==3.27.0 diff --git a/retail/interactive-tutorials/product/requirements.txt b/retail/interactive-tutorials/product/requirements.txt index a76580d309..035e6f5514 100644 --- a/retail/interactive-tutorials/product/requirements.txt +++ b/retail/interactive-tutorials/product/requirements.txt @@ -1,4 +1,4 @@ google==3.0.0 google-cloud-retail==1.23.1 -google-cloud-storage==2.9.0 +google-cloud-storage==3.0.0 google-cloud-bigquery==3.27.0 \ No newline at end of file diff --git a/retail/interactive-tutorials/search/requirements.txt b/retail/interactive-tutorials/search/requirements.txt index a76580d309..035e6f5514 100644 --- a/retail/interactive-tutorials/search/requirements.txt +++ b/retail/interactive-tutorials/search/requirements.txt @@ -1,4 +1,4 @@ google==3.0.0 google-cloud-retail==1.23.1 -google-cloud-storage==2.9.0 +google-cloud-storage==3.0.0 google-cloud-bigquery==3.27.0 \ No newline at end of file diff --git a/run/image-processing/requirements.txt b/run/image-processing/requirements.txt index a21c7ae813..21dba466c4 100644 --- a/run/image-processing/requirements.txt +++ b/run/image-processing/requirements.txt @@ -1,5 +1,5 @@ Flask==3.0.3 -google-cloud-storage==2.12.0 +google-cloud-storage==3.0.0 google-cloud-vision==3.8.1 gunicorn==22.0.0 Wand==0.6.13 diff --git a/speech/snippets/requirements.txt b/speech/snippets/requirements.txt index 99d3c32b05..83ca6d6d20 100644 --- a/speech/snippets/requirements.txt +++ b/speech/snippets/requirements.txt @@ -1,2 +1,2 @@ google-cloud-speech==2.28.1 -google-cloud-storage==2.9.0 \ No newline at end of file +google-cloud-storage==3.0.0 \ No newline at end of file diff --git a/storage/s3-sdk/requirements-test.txt b/storage/s3-sdk/requirements-test.txt index 6ab6579568..a839b8a08a 100644 --- a/storage/s3-sdk/requirements-test.txt +++ b/storage/s3-sdk/requirements-test.txt @@ -1,5 +1,5 @@ backoff==2.2.1; python_version < "3.7" backoff==2.2.1; python_version >= "3.7" pytest==8.2.0 -google-cloud-storage==2.9.0; python_version < '3.7' -google-cloud-storage==2.9.0; python_version > '3.6' +google-cloud-storage==3.0.0; python_version < '3.7' +google-cloud-storage==3.0.0; python_version > '3.6' diff --git a/storage/signed_urls/requirements.txt b/storage/signed_urls/requirements.txt index 62c412c03c..859259a9f2 100644 --- a/storage/signed_urls/requirements.txt +++ b/storage/signed_urls/requirements.txt @@ -1,4 +1,4 @@ -google-cloud-storage==2.0.0; python_version < '3.7' -google-cloud-storage==2.9.0; python_version > '3.6' +google-cloud-storage==3.0.0; python_version < '3.7' +google-cloud-storage==3.0.0; python_version > '3.6' google-auth==2.38.0 six==1.16.0 diff --git a/storagecontrol/requirements-test.txt b/storagecontrol/requirements-test.txt index f2e02a98e6..9a865ac2f6 100644 --- a/storagecontrol/requirements-test.txt +++ b/storagecontrol/requirements-test.txt @@ -1,2 +1,2 @@ pytest==8.2.0 -google-cloud-storage==2.17.0 \ No newline at end of file +google-cloud-storage==3.0.0 \ No newline at end of file diff --git a/storagetransfer/requirements-test.txt b/storagetransfer/requirements-test.txt index c43d6e6509..7f1b75cb7a 100644 --- a/storagetransfer/requirements-test.txt +++ b/storagetransfer/requirements-test.txt @@ -3,7 +3,7 @@ backoff==2.2.1; python_version < "3.7" backoff==2.2.1; python_version >= "3.7" boto3==1.36.14 google-cloud-pubsub==2.28.0 -google-cloud-storage==2.9.0; python_version < '3.7' -google-cloud-storage==2.9.0; python_version > '3.6' +google-cloud-storage==3.0.0; python_version < '3.7' +google-cloud-storage==3.0.0; python_version > '3.6' google-cloud-secret-manager==2.16.1 pytest==8.2.0 diff --git a/texttospeech/snippets/requirements.txt b/texttospeech/snippets/requirements.txt index 3a5ae1b6a4..6667c838a9 100644 --- a/texttospeech/snippets/requirements.txt +++ b/texttospeech/snippets/requirements.txt @@ -1,3 +1,3 @@ future==1.0.0 google-cloud-texttospeech==2.21.1 -google-cloud-storage==2.18.2 +google-cloud-storage==3.0.0 diff --git a/translate/samples/snippets/requirements.txt b/translate/samples/snippets/requirements.txt index 100a6ecc80..dcbb3edfb5 100644 --- a/translate/samples/snippets/requirements.txt +++ b/translate/samples/snippets/requirements.txt @@ -1,4 +1,4 @@ google-cloud-translate==3.18.0 -google-cloud-storage==2.9.0 +google-cloud-storage==3.0.0 google-cloud-automl==2.14.1 google-cloud-aiplatform[vertexai] diff --git a/video/transcoder/requirements-test.txt b/video/transcoder/requirements-test.txt index e4c974c1f1..07cfd91b0b 100644 --- a/video/transcoder/requirements-test.txt +++ b/video/transcoder/requirements-test.txt @@ -1,3 +1,3 @@ backoff==2.2.1 -google-cloud-storage==2.9.0 +google-cloud-storage==3.0.0 pytest==8.2.0 diff --git a/videointelligence/samples/analyze/requirements.txt b/videointelligence/samples/analyze/requirements.txt index 2d5d5acc41..b4b15de7c6 100644 --- a/videointelligence/samples/analyze/requirements.txt +++ b/videointelligence/samples/analyze/requirements.txt @@ -1,2 +1,2 @@ google-cloud-videointelligence==2.11.3 -google-cloud-storage==2.10.0 +google-cloud-storage==3.0.0 diff --git a/vision/snippets/detect/requirements.txt b/vision/snippets/detect/requirements.txt index a73c7ecfaf..4eca302308 100644 --- a/vision/snippets/detect/requirements.txt +++ b/vision/snippets/detect/requirements.txt @@ -1,2 +1,2 @@ google-cloud-vision==3.8.1 -google-cloud-storage==2.9.0 +google-cloud-storage==3.0.0 diff --git a/vision/snippets/product_search/requirements.txt b/vision/snippets/product_search/requirements.txt index a73c7ecfaf..4eca302308 100644 --- a/vision/snippets/product_search/requirements.txt +++ b/vision/snippets/product_search/requirements.txt @@ -1,2 +1,2 @@ google-cloud-vision==3.8.1 -google-cloud-storage==2.9.0 +google-cloud-storage==3.0.0