Skip to content

Commit aaa077e

Browse files
authored
chore(deps): update dependency google-cloud-storage to v2.9.0 (#10211)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [google-cloud-storage](https://togithub.com/googleapis/python-storage) | `==2.8.0` -> `==2.9.0` | [![age](https://badges.renovateapi.com/packages/pypi/google-cloud-storage/2.9.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/google-cloud-storage/2.9.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/google-cloud-storage/2.9.0/compatibility-slim/2.8.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/google-cloud-storage/2.9.0/confidence-slim/2.8.0)](https://docs.renovatebot.com/merge-confidence/) | | [google-cloud-storage](https://togithub.com/googleapis/python-storage) | `==1.26.0` -> `==2.9.0` | [![age](https://badges.renovateapi.com/packages/pypi/google-cloud-storage/2.9.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/google-cloud-storage/2.9.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/google-cloud-storage/2.9.0/compatibility-slim/1.26.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/google-cloud-storage/2.9.0/confidence-slim/1.26.0)](https://docs.renovatebot.com/merge-confidence/) | | [google-cloud-storage](https://togithub.com/googleapis/python-storage) | `==2.0.0` -> `==2.9.0` | [![age](https://badges.renovateapi.com/packages/pypi/google-cloud-storage/2.9.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/google-cloud-storage/2.9.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/google-cloud-storage/2.9.0/compatibility-slim/2.0.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/google-cloud-storage/2.9.0/confidence-slim/2.0.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>googleapis/python-storage</summary> ### [`v2.9.0`](https://togithub.com/googleapis/python-storage/blob/HEAD/CHANGELOG.md#&#8203;290-httpsgithubcomgoogleapispython-storagecomparev280v290-2023-05-04) [Compare Source](https://togithub.com/googleapis/python-storage/compare/v2.8.0...v2.9.0) ##### Features - Un-deprecate blob.download_to_file(), bucket.create(), and bucket.list_blobs() ([#&#8203;1013](https://togithub.com/googleapis/python-storage/issues/1013)) ([aa4f282](https://togithub.com/googleapis/python-storage/commit/aa4f282514ebdaf58ced0743859a4ab1458f967c)) ##### Bug Fixes - Avoid pickling processed credentials ([#&#8203;1016](https://togithub.com/googleapis/python-storage/issues/1016)) ([7935824](https://togithub.com/googleapis/python-storage/commit/7935824049e2e6e430d2e601156730d6366c78f7)) - Improve test error message for missing credentials ([#&#8203;1024](https://togithub.com/googleapis/python-storage/issues/1024)) ([892481a](https://togithub.com/googleapis/python-storage/commit/892481a2c76fe5747ada3392345c087fb7f8bd8a)) ##### Documentation - Add sample and sample test for transfer manager ([#&#8203;1027](https://togithub.com/googleapis/python-storage/issues/1027)) ([4698799](https://togithub.com/googleapis/python-storage/commit/4698799101b5847d55edc8267db85257a74c3119)) - Remove threads in transfer manager samples ([#&#8203;1029](https://togithub.com/googleapis/python-storage/issues/1029)) ([30c5146](https://togithub.com/googleapis/python-storage/commit/30c51469af2efd4f5becaab7e7b02b207a074267)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/python-docs-samples). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMTAuMCIsInVwZGF0ZWRJblZlciI6IjM1LjExNS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
1 parent 7ed5ba3 commit aaa077e

File tree

53 files changed

+67
-67
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+67
-67
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
pytest==7.0.1
2-
google-cloud-storage==2.8.0
2+
google-cloud-storage==2.9.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Flask==2.1.0
22
werkzeug==2.3.6
3-
google-cloud-storage==2.8.0
3+
google-cloud-storage==2.9.0
44
gunicorn==20.1.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
pytest==7.0.1
2-
google-cloud-storage==2.8.0
2+
google-cloud-storage==2.9.0

appengine/flexible_python37_and_earlier/storage/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ Flask==2.1.0; python_version > '3.6'
22
Flask==2.0.3; python_version < '3.7'
33
werkzeug==2.3.6; python_version > '3.7'
44
werkzeug==2.0.3; python_version <= '3.7'
5-
google-cloud-storage==2.8.0
5+
google-cloud-storage==2.9.0
66
gunicorn==20.1.0

asset/snippets/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
google-cloud-storage==2.8.0
1+
google-cloud-storage==2.9.0
22
google-cloud-asset==3.19.0
33
google-cloud-resource-manager==1.10.1
44
google-cloud-pubsub==2.17.0

auth/api-client/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ google-auth==2.17.3
44
google-cloud-api-keys==0.5.2
55
google-cloud-compute==1.11.0
66
google-cloud-language==2.9.1
7-
google-cloud-storage==2.8.0
7+
google-cloud-storage==2.9.0

auth/cloud-client/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
google-cloud-storage==2.8.0; python_version < '3.7'
2-
google-cloud-storage==2.8.0; python_version > '3.6'
1+
google-cloud-storage==2.9.0; python_version < '3.7'
2+
google-cloud-storage==2.9.0; python_version > '3.6'
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
pytest==7.0.1
2-
google-cloud-storage==2.8.0; python_version < '3.7'
3-
google-cloud-storage==2.8.0; python_version > '3.6'
2+
google-cloud-storage==2.9.0; python_version < '3.7'
3+
google-cloud-storage==2.9.0; python_version > '3.6'

auth/downscoping/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
google-auth==2.17.3
2-
google-cloud-storage==2.8.0; python_version < '3.7'
3-
google-cloud-storage==2.8.0; python_version > '3.6'
2+
google-cloud-storage==2.9.0; python_version < '3.7'
3+
google-cloud-storage==2.9.0; python_version > '3.6'
44

automl/snippets/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
google-cloud-translate==3.11.1
2-
google-cloud-storage==2.8.0
2+
google-cloud-storage==2.9.0
33
google-cloud-automl==2.11.1

0 commit comments

Comments
 (0)