Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency google-cloud-storage to v1.29.0 #4040

Merged
merged 1 commit into from
Jun 19, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion appengine/flexible/storage/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Flask==1.1.2
google-cloud-storage==1.28.1
google-cloud-storage==1.29.0
gunicorn==20.0.4; python_version > '3.0'
gunicorn==19.10.0; python_version < '3.0'
2 changes: 1 addition & 1 deletion appengine/standard/migration/storage/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
google-cloud-storage==1.25.0
google-cloud-storage==1.29.0
Flask==1.1.1
2 changes: 1 addition & 1 deletion asset/cloud-client/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
google-cloud-storage==1.28.1
google-cloud-storage==1.29.0
google-cloud-asset==1.1.0
google-cloud-resource-manager==0.30.2
google-cloud-pubsub==1.5.0
Expand Down
2 changes: 1 addition & 1 deletion auth/cloud-client/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
google-cloud-storage==1.28.1
google-cloud-storage==1.29.0
2 changes: 1 addition & 1 deletion automl/cloud-client/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
google-cloud-automl==0.10.0
google-cloud-storage==1.28.1
google-cloud-storage==1.29.0
2 changes: 1 addition & 1 deletion codelabs/flex_and_vision/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.28.1
google-cloud-storage==1.29.0
google-cloud-datastore==1.12.0
2 changes: 1 addition & 1 deletion dataproc/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ grpcio==1.29.0
google-auth==1.18.0
google-auth-httplib2==0.0.3
google-cloud==0.34.0
google-cloud-storage==1.28.1
google-cloud-storage==1.29.0
google-cloud-dataproc==1.0.0
2 changes: 1 addition & 1 deletion dlp/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
google-cloud-dlp==1.0.0
google-cloud-storage==1.28.1
google-cloud-storage==1.29.0
google-cloud-pubsub==1.5.0
google-cloud-datastore==1.12.0
google-cloud-bigquery==1.25.0
2 changes: 1 addition & 1 deletion document/cloud-client/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
google-cloud-documentai==0.2.0
google-cloud-storage==1.28.1
google-cloud-storage==1.29.0
2 changes: 1 addition & 1 deletion functions/http/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
google-cloud-storage==1.28.1
google-cloud-storage==1.29.0
xmltodict==0.12.0
2 changes: 1 addition & 1 deletion functions/imagemagick/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
google-cloud-vision==1.0.0
google-cloud-storage==1.28.1
google-cloud-storage==1.29.0
Wand==0.6.1
2 changes: 1 addition & 1 deletion functions/ocr/app/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
google-cloud-pubsub==1.5.0
google-cloud-storage==1.28.1
google-cloud-storage==1.29.0
google-cloud-translate==2.0.1
google-cloud-vision==1.0.0
2 changes: 1 addition & 1 deletion healthcare/api-client/fhir/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ google-api-python-client==1.9.3
google-auth-httplib2==0.0.3
google-auth==1.18.0
google-cloud==0.34.0
google-cloud-storage==1.28.1
google-cloud-storage==1.29.0
requests==2.24.0
2 changes: 1 addition & 1 deletion healthcare/api-client/v1/fhir/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ google-api-python-client==1.9.3
google-auth-httplib2==0.0.3
google-auth==1.18.0
google-cloud==0.34.0
google-cloud-storage==1.28.1
google-cloud-storage==1.29.0
2 changes: 1 addition & 1 deletion iot/api-client/gcs_file_to_device/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ google-auth==1.18.0
google-auth-httplib2==0.0.3
google-cloud-iot==1.0.0
google-cloud-pubsub==1.5.0
google-cloud-storage==1.28.1
google-cloud-storage==1.29.0
cryptography==2.9.2
paho-mqtt==1.5.0
pyjwt==1.7.1
2 changes: 1 addition & 1 deletion notebooks/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
google-cloud-storage==1.28.1
google-cloud-storage==1.29.0
google-cloud-bigquery[pandas,pyarrow]==1.25.0
matplotlib==3.1.2; python_version > '3.0'
matplotlib==2.2.5; python_version < '3.0'
2 changes: 1 addition & 1 deletion run/image-processing/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.28.1
google-cloud-storage==1.29.0
Wand==0.6.1
2 changes: 1 addition & 1 deletion storage/cloud-client/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
google-cloud-pubsub==1.5.0
google-cloud-storage==1.28.1
google-cloud-storage==1.29.0
2 changes: 1 addition & 1 deletion storage/signed_urls/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
google-cloud-storage==1.28.1
google-cloud-storage==1.29.0
google-auth==1.18.0
six==1.15.0
2 changes: 1 addition & 1 deletion translate/automl/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
google-cloud-translate==2.0.1
google-cloud-storage==1.28.1
google-cloud-storage==1.29.0
google-cloud-automl==0.10.0
2 changes: 1 addition & 1 deletion translate/cloud-client/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
google-cloud-translate==2.0.1
google-cloud-storage==1.28.1
google-cloud-storage==1.29.0
2 changes: 1 addition & 1 deletion video/cloud-client/analyze/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
google-cloud-videointelligence==1.15.0
google-cloud-storage==1.28.1
google-cloud-storage==1.29.0
2 changes: 1 addition & 1 deletion vision/cloud-client/detect/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
google-cloud-vision==1.0.0
google-cloud-storage==1.28.1
google-cloud-storage==1.29.0
2 changes: 1 addition & 1 deletion vision/cloud-client/product_search/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
google-cloud-vision==1.0.0
google-cloud-storage==1.28.1
google-cloud-storage==1.29.0