Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Commit

Permalink
deps: update dependency google-cloud-storage to v2.5.0 (#853)
Browse files Browse the repository at this point in the history
[![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.0.0` -> `==2.5.0` | [![age](https://badges.renovateapi.com/packages/pypi/google-cloud-storage/2.5.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/google-cloud-storage/2.5.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/google-cloud-storage/2.5.0/compatibility-slim/2.0.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/google-cloud-storage/2.5.0/confidence-slim/2.0.0)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>googleapis/python-storage</summary>

### [`v2.5.0`](https://togithub.com/googleapis/python-storage/blob/HEAD/CHANGELOG.md#&#8203;250-httpsgithubcomgoogleapispython-storagecomparev240v250-2022-07-24)

[Compare Source](https://togithub.com/googleapis/python-storage/compare/v2.4.0...v2.5.0)

##### Features

-   Custom Placement Config Dual Region Support ([#&#8203;819](https://togithub.com/googleapis/python-storage/issues/819)) ([febece7](https://togithub.com/googleapis/python-storage/commit/febece76802252278bb7626d931973a76561382a))

##### Documentation

-   open file-like objects in byte mode for uploads ([#&#8203;824](https://togithub.com/googleapis/python-storage/issues/824)) ([4bd3d1d](https://togithub.com/googleapis/python-storage/commit/4bd3d1ddf21196b075bbd84cdcb553c5d7355b93))

### [`v2.4.0`](https://togithub.com/googleapis/python-storage/blob/HEAD/CHANGELOG.md#&#8203;240-httpsgithubcomgoogleapispython-storagecomparev230v240-2022-06-07)

[Compare Source](https://togithub.com/googleapis/python-storage/compare/v2.3.0...v2.4.0)

##### Features

-   add AbortIncompleteMultipartUpload lifecycle rule ([#&#8203;765](https://togithub.com/googleapis/python-storage/issues/765)) ([b2e5150](https://togithub.com/googleapis/python-storage/commit/b2e5150f191c04acb47ad98cef88512451aff81d))
-   support OLM Prefix/Suffix ([#&#8203;773](https://togithub.com/googleapis/python-storage/issues/773)) ([187cf50](https://togithub.com/googleapis/python-storage/commit/187cf503194cf636640ca8ba787f9e8c216ea763))

##### Bug Fixes

-   fix rewrite object in CMEK enabled bucket ([#&#8203;807](https://togithub.com/googleapis/python-storage/issues/807)) ([9b3cbf3](https://togithub.com/googleapis/python-storage/commit/9b3cbf3789c21462eac3c776cd29df12701e792f))

##### Documentation

-   fix changelog header to consistent size ([#&#8203;802](https://togithub.com/googleapis/python-storage/issues/802)) ([4dd0907](https://togithub.com/googleapis/python-storage/commit/4dd0907b68e20d1ffcd0fe350831867197917e0d))
-   **samples:** Update the Recovery Point Objective (RPO) sample output ([#&#8203;725](https://togithub.com/googleapis/python-storage/issues/725)) ([b0bf411](https://togithub.com/googleapis/python-storage/commit/b0bf411f8fec8712b3eeb99a2dd33de6d82312f8))
-   Update generation_metageneration.rst with a missing space ([#&#8203;798](https://togithub.com/googleapis/python-storage/issues/798)) ([1e7cdb6](https://togithub.com/googleapis/python-storage/commit/1e7cdb655beb2a61a0d1b984c4d0468ec31bf463))
-   update retry docs ([#&#8203;808](https://togithub.com/googleapis/python-storage/issues/808)) ([c365d5b](https://togithub.com/googleapis/python-storage/commit/c365d5bbd78292adb6861da3cdfae9ab7b39b844))

### [`v2.3.0`](https://togithub.com/googleapis/python-storage/blob/HEAD/CHANGELOG.md#&#8203;230-httpsgithubcomgoogleapispython-storagecomparev221v230-2022-04-12)

[Compare Source](https://togithub.com/googleapis/python-storage/compare/v2.2.1...v2.3.0)

##### Features

-   add dual region bucket support and sample ([#&#8203;748](https://togithub.com/googleapis/python-storage/issues/748)) ([752e8ab](https://togithub.com/googleapis/python-storage/commit/752e8ab42d23afd68738e4d7ca6cdeee416dfd50))
-   track invocation id for retry metrics ([#&#8203;741](https://togithub.com/googleapis/python-storage/issues/741)) ([bd56931](https://togithub.com/googleapis/python-storage/commit/bd5693164e7331df5f14186fd002e72e5203d7ee))

##### Bug Fixes

-   **deps:** drop pkg_resources ([#&#8203;744](https://togithub.com/googleapis/python-storage/issues/744)) ([e963f33](https://togithub.com/googleapis/python-storage/commit/e963f33ced2852b64d721d69928b54443461ec9c))

##### Documentation

-   fix links in blob module ([#&#8203;759](https://togithub.com/googleapis/python-storage/issues/759)) ([9b29314](https://togithub.com/googleapis/python-storage/commit/9b2931430b0796ffb23ec4efacd82dacad36f40f))

### [`v2.2.1`](https://togithub.com/googleapis/python-storage/blob/HEAD/CHANGELOG.md#&#8203;221-httpsgithubcomgoogleapispython-storagecomparev220v221-2022-03-15)

[Compare Source](https://togithub.com/googleapis/python-storage/compare/v2.2.0...v2.2.1)

##### Bug Fixes

-   remove py.typed marker file for PEP 561 ([#&#8203;735](https://togithub.com/googleapis/python-storage/issues/735)) ([f77d2f7](https://togithub.com/googleapis/python-storage/commit/f77d2f787f435f2f898e9babcdab81225672ad4f)), closes [#&#8203;734](https://togithub.com/googleapis/python-storage/issues/734)

### [`v2.2.0`](https://togithub.com/googleapis/python-storage/blob/HEAD/CHANGELOG.md#&#8203;220-httpsgithubcomgoogleapispython-storagecomparev210v220-2022-03-14)

[Compare Source](https://togithub.com/googleapis/python-storage/compare/v2.1.0...v2.2.0)

##### Features

-   allow no project in client methods using storage emulator ([#&#8203;703](https://togithub.com/googleapis/python-storage/issues/703)) ([bcde0ec](https://togithub.com/googleapis/python-storage/commit/bcde0ec619d7d303892bcc0863b7f977c79f7649))

##### Bug Fixes

-   add user agent in python-storage when calling resumable media ([c7bf615](https://togithub.com/googleapis/python-storage/commit/c7bf615909a04f3bab3efb1047a9f4ba659bba19))
-   **deps:** require google-api-core>=1.31.5, >=2.3.2 ([#&#8203;722](https://togithub.com/googleapis/python-storage/issues/722)) ([e9aab38](https://togithub.com/googleapis/python-storage/commit/e9aab389f868799d4425133954bad4f1cbb85786))
-   Fix BlobReader handling of interleaved reads and seeks ([#&#8203;721](https://togithub.com/googleapis/python-storage/issues/721)) ([5d1cfd2](https://togithub.com/googleapis/python-storage/commit/5d1cfd2050321481a3bc4acbe80537ea666506fa))
-   retry client side requests timeout ([#&#8203;727](https://togithub.com/googleapis/python-storage/issues/727)) ([e0b3b35](https://togithub.com/googleapis/python-storage/commit/e0b3b354d51e4be7c563d7f2f628a7139df842c0))

##### Documentation

-   fixed download_blob_to_file example ([#&#8203;704](https://togithub.com/googleapis/python-storage/issues/704)) ([2c94d98](https://togithub.com/googleapis/python-storage/commit/2c94d98ed21cc768cfa54fac3d734254fc4d8480))

### [`v2.1.0`](https://togithub.com/googleapis/python-storage/blob/HEAD/CHANGELOG.md#&#8203;210-httpsgithubcomgoogleapispython-storagecomparev200v210-2022-01-19)

[Compare Source](https://togithub.com/googleapis/python-storage/compare/v2.0.0...v2.1.0)

##### Features

-   add turbo replication support and samples ([#&#8203;622](https://togithub.com/googleapis/python-storage/issues/622)) ([4dafc81](https://togithub.com/googleapis/python-storage/commit/4dafc815470480ce9de7f0357e331d3fbd0ae9b7))
-   avoid authentication with storage emulator ([#&#8203;679](https://togithub.com/googleapis/python-storage/issues/679)) ([8789afa](https://togithub.com/googleapis/python-storage/commit/8789afaaa1b2bd6f03fae72e3d87ce004ec10129))
-   remove python 3.6 support ([#&#8203;689](https://togithub.com/googleapis/python-storage/issues/689)) ([8aa4130](https://togithub.com/googleapis/python-storage/commit/8aa4130ee068a1922161c8ca54a53a4a51d65ce0))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

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/googleapis/java-scheduler).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMDguMCIsInVwZGF0ZWRJblZlciI6IjMyLjIwOC4wIn0=-->
  • Loading branch information
renovate-bot committed Sep 28, 2022
1 parent 66c2b3f commit 20b485a
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 20b485a

Please sign in to comment.