From 829cd3cedce3b48e3b4d62f894f85074ddb71dcf Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 22 Sep 2020 22:15:55 +0000 Subject: [PATCH] chore(deps): update dependency google-cloud-storage to v1.31.1 --- appengine/flexible/storage/requirements.txt | 2 +- appengine/standard/migration/storage/requirements.txt | 2 +- auth/cloud-client/requirements.txt | 2 +- codelabs/flex_and_vision/requirements.txt | 2 +- data-science-onramp/data-cleaning/requirements.txt | 2 +- data-science-onramp/data-ingestion/requirements.txt | 2 +- document/cloud-client/requirements.txt | 2 +- functions/http/requirements.txt | 2 +- functions/imagemagick/requirements.txt | 2 +- functions/ocr/app/requirements.txt | 2 +- healthcare/api-client/fhir/requirements.txt | 2 +- healthcare/api-client/v1/fhir/requirements.txt | 2 +- iot/api-client/gcs_file_to_device/requirements.txt | 2 +- notebooks/requirements.txt | 2 +- run/image-processing/requirements.txt | 2 +- storage/cloud-client/requirements.txt | 2 +- storage/signed_urls/requirements.txt | 2 +- video/cloud-client/analyze/requirements.txt | 2 +- vision/cloud-client/detect/requirements.txt | 2 +- vision/cloud-client/product_search/requirements.txt | 2 +- 20 files changed, 20 insertions(+), 20 deletions(-) diff --git a/appengine/flexible/storage/requirements.txt b/appengine/flexible/storage/requirements.txt index 558e2e8ae16..afafc73124e 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.31.0 +google-cloud-storage==1.31.1 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 d93dd81effd..f02bb1cfbd6 100644 --- a/appengine/standard/migration/storage/requirements.txt +++ b/appengine/standard/migration/storage/requirements.txt @@ -1,2 +1,2 @@ -google-cloud-storage==1.31.0 +google-cloud-storage==1.31.1 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 834ec60823d..33963d272bd 100644 --- a/auth/cloud-client/requirements.txt +++ b/auth/cloud-client/requirements.txt @@ -1 +1 @@ -google-cloud-storage==1.31.0 +google-cloud-storage==1.31.1 diff --git a/codelabs/flex_and_vision/requirements.txt b/codelabs/flex_and_vision/requirements.txt index 7cfd35a86ae..8737c922f30 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==1.0.0 -google-cloud-storage==1.31.0 +google-cloud-storage==1.31.1 google-cloud-datastore==1.15.0 diff --git a/data-science-onramp/data-cleaning/requirements.txt b/data-science-onramp/data-cleaning/requirements.txt index bbe6b9a018e..ced61d37d90 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.31.0 +google-cloud-storage==1.31.1 google-cloud-dataproc==2.0.2 diff --git a/data-science-onramp/data-ingestion/requirements.txt b/data-science-onramp/data-ingestion/requirements.txt index af586b0c16d..cb9f0f0121b 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.31.0 +google-cloud-storage==1.31.1 google-cloud-dataproc==2.0.2 google-cloud-bigquery==1.27.2 diff --git a/document/cloud-client/requirements.txt b/document/cloud-client/requirements.txt index 85ba83480c6..626802edb13 100644 --- a/document/cloud-client/requirements.txt +++ b/document/cloud-client/requirements.txt @@ -1,2 +1,2 @@ google-cloud-documentai==0.2.0 -google-cloud-storage==1.31.0 \ No newline at end of file +google-cloud-storage==1.31.1 \ No newline at end of file diff --git a/functions/http/requirements.txt b/functions/http/requirements.txt index ae1d33da544..e3a913eedb1 100644 --- a/functions/http/requirements.txt +++ b/functions/http/requirements.txt @@ -1,2 +1,2 @@ -google-cloud-storage==1.31.0 +google-cloud-storage==1.31.1 xmltodict==0.12.0 diff --git a/functions/imagemagick/requirements.txt b/functions/imagemagick/requirements.txt index 8f71210e5c3..7cfe597f5bb 100644 --- a/functions/imagemagick/requirements.txt +++ b/functions/imagemagick/requirements.txt @@ -1,3 +1,3 @@ google-cloud-vision==1.0.0 -google-cloud-storage==1.31.0 +google-cloud-storage==1.31.1 Wand==0.6.3 diff --git a/functions/ocr/app/requirements.txt b/functions/ocr/app/requirements.txt index b0d723c6b39..f48b22ccdb3 100644 --- a/functions/ocr/app/requirements.txt +++ b/functions/ocr/app/requirements.txt @@ -1,4 +1,4 @@ google-cloud-pubsub==1.7.0 -google-cloud-storage==1.31.0 +google-cloud-storage==1.31.1 google-cloud-translate==2.0.2 google-cloud-vision==1.0.0 diff --git a/healthcare/api-client/fhir/requirements.txt b/healthcare/api-client/fhir/requirements.txt index f1582195744..9ea38290647 100644 --- a/healthcare/api-client/fhir/requirements.txt +++ b/healthcare/api-client/fhir/requirements.txt @@ -2,5 +2,5 @@ google-api-python-client==1.12.1 google-auth-httplib2==0.0.4 google-auth==1.21.2 google-cloud==0.34.0 -google-cloud-storage==1.31.0 +google-cloud-storage==1.31.1 requests==2.24.0 diff --git a/healthcare/api-client/v1/fhir/requirements.txt b/healthcare/api-client/v1/fhir/requirements.txt index 426e0ef992b..6f5dbda9cc8 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==1.12.1 google-auth-httplib2==0.0.4 google-auth==1.21.2 google-cloud==0.34.0 -google-cloud-storage==1.31.0 +google-cloud-storage==1.31.1 diff --git a/iot/api-client/gcs_file_to_device/requirements.txt b/iot/api-client/gcs_file_to_device/requirements.txt index 779ee214544..1a51cbd847e 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.21.2 google-auth-httplib2==0.0.4 google-cloud-iot==1.0.0 google-cloud-pubsub==1.7.0 -google-cloud-storage==1.31.0 +google-cloud-storage==1.31.1 cryptography==3.1.1 paho-mqtt==1.5.1 pyjwt==1.7.1 diff --git a/notebooks/requirements.txt b/notebooks/requirements.txt index c26529885a7..7b930bf35fc 100644 --- a/notebooks/requirements.txt +++ b/notebooks/requirements.txt @@ -1,4 +1,4 @@ -google-cloud-storage==1.31.0 +google-cloud-storage==1.31.1 google-cloud-bigquery[pandas,pyarrow]==1.27.2 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 500e721a101..4d6b1fb7b16 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==1.0.0 -google-cloud-storage==1.31.0 +google-cloud-storage==1.31.1 Wand==0.6.3 diff --git a/storage/cloud-client/requirements.txt b/storage/cloud-client/requirements.txt index 4267e911fc7..de9d705adbe 100644 --- a/storage/cloud-client/requirements.txt +++ b/storage/cloud-client/requirements.txt @@ -1,2 +1,2 @@ google-cloud-pubsub==1.7.0 -google-cloud-storage==1.31.0 +google-cloud-storage==1.31.1 diff --git a/storage/signed_urls/requirements.txt b/storage/signed_urls/requirements.txt index cc579acbbb3..d9f0e14ef2f 100644 --- a/storage/signed_urls/requirements.txt +++ b/storage/signed_urls/requirements.txt @@ -1,3 +1,3 @@ -google-cloud-storage==1.31.0 +google-cloud-storage==1.31.1 google-auth==1.21.2 six==1.15.0 diff --git a/video/cloud-client/analyze/requirements.txt b/video/cloud-client/analyze/requirements.txt index 6254845ccc9..d187882feb9 100644 --- a/video/cloud-client/analyze/requirements.txt +++ b/video/cloud-client/analyze/requirements.txt @@ -1,2 +1,2 @@ google-cloud-videointelligence==1.15.0 -google-cloud-storage==1.31.0 +google-cloud-storage==1.31.1 diff --git a/vision/cloud-client/detect/requirements.txt b/vision/cloud-client/detect/requirements.txt index 168d85df426..a3e3e1901d5 100644 --- a/vision/cloud-client/detect/requirements.txt +++ b/vision/cloud-client/detect/requirements.txt @@ -1,2 +1,2 @@ google-cloud-vision==1.0.0 -google-cloud-storage==1.31.0 +google-cloud-storage==1.31.1 diff --git a/vision/cloud-client/product_search/requirements.txt b/vision/cloud-client/product_search/requirements.txt index 3e50f36f249..7322c38180b 100644 --- a/vision/cloud-client/product_search/requirements.txt +++ b/vision/cloud-client/product_search/requirements.txt @@ -1,2 +1,2 @@ google-cloud-vision==1.0.0 -google-cloud-storage==1.31.0 \ No newline at end of file +google-cloud-storage==1.31.1 \ No newline at end of file