chore(deps): update dependency cloudpathlib to v0.18.1 #8

Open
renovate[bot] wants to merge 1 commits from renovate/cloudpathlib-0.x into main
renovate[bot] commented 2024-05-25 18:19:48 +00:00 (Migrated from github.com)

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
cloudpathlib (changelog) ==0.16.0 -> ==0.18.1 age adoption passing confidence

Release Notes

drivendataorg/cloudpathlib (cloudpathlib)

v0.18.1

Compare Source

  • Fixed import error due to incompatible google-cloud-storage by not using transfer_manager if it is not available. (Issue #​408, PR #​410)

Includes all changes from v0.18.0.

Note: This is the last planned Python 3.7 compatible release version.

v0.18.0

Compare Source

  • Implement sliced downloads in GSClient. (Issue #​387, PR #​389)
  • Implement as_url with presigned parameter for all backends. (Issue #​235, PR #​236)
  • Stream to and from Azure Blob Storage. (PR #​403)
  • Implement file: URI scheme support for AnyPath. (Issue #​401, PR #​404)

Note: This version was yanked due to incompatibility with google-cloud-storage <2.7.0 that causes an import error.

v0.17.0

Compare Source

  • Fix S3Client cleanup via Client.__del__ when S3Client encounters an exception during initialization. (Issue #​372, PR #​373, thanks to @​bryanwweber)
  • Skip mtime checks during upload when force_overwrite_to_cloud is set to improve upload performance. (Issue #​379, PR #​380, thanks to @​Gilthans)

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [cloudpathlib](https://togithub.com/drivendataorg/cloudpathlib) ([changelog](https://cloudpathlib.drivendata.org/stable/changelog/)) | `==0.16.0` -> `==0.18.1` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/cloudpathlib/0.18.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/cloudpathlib/0.18.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/cloudpathlib/0.16.0/0.18.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/cloudpathlib/0.16.0/0.18.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>drivendataorg/cloudpathlib (cloudpathlib)</summary> ### [`v0.18.1`](https://togithub.com/drivendataorg/cloudpathlib/blob/HEAD/HISTORY.md#v0181-2024-02-26) [Compare Source](https://togithub.com/drivendataorg/cloudpathlib/compare/v0.18.0...v0.18.1) - Fixed import error due to incompatible `google-cloud-storage` by not using `transfer_manager` if it is not available. ([Issue #&#8203;408](https://togithub.com/drivendataorg/cloudpathlib/issues/408), [PR #&#8203;410](https://togithub.com/drivendataorg/cloudpathlib/pull/410)) Includes all changes from v0.18.0. **Note: This is the last planned Python 3.7 compatible release version.** ### [`v0.18.0`](https://togithub.com/drivendataorg/cloudpathlib/blob/HEAD/HISTORY.md#0180-2024-02-25-Yanked) [Compare Source](https://togithub.com/drivendataorg/cloudpathlib/compare/v0.17.0...v0.18.0) - Implement sliced downloads in GSClient. (Issue [#&#8203;387](https://togithub.com/drivendataorg/cloudpathlib/issues/387), PR [#&#8203;389](https://togithub.com/drivendataorg/cloudpathlib/pull/389)) - Implement `as_url` with presigned parameter for all backends. (Issue [#&#8203;235](https://togithub.com/drivendataorg/cloudpathlib/issues/235), PR [#&#8203;236](https://togithub.com/drivendataorg/cloudpathlib/pull/236)) - Stream to and from Azure Blob Storage. (PR [#&#8203;403](https://togithub.com/drivendataorg/cloudpathlib/pull/403)) - Implement `file:` URI scheme support for `AnyPath`. (Issue [#&#8203;401](https://togithub.com/drivendataorg/cloudpathlib/issues/401), PR [#&#8203;404](https://togithub.com/drivendataorg/cloudpathlib/pull/404)) **Note: This version was [yanked](https://pypi.org/help/#yanked) due to incompatibility with google-cloud-storage <2.7.0 that causes an import error.** ### [`v0.17.0`](https://togithub.com/drivendataorg/cloudpathlib/blob/HEAD/HISTORY.md#0170-2023-12-21) [Compare Source](https://togithub.com/drivendataorg/cloudpathlib/compare/v0.16.0...v0.17.0) - Fix `S3Client` cleanup via `Client.__del__` when `S3Client` encounters an exception during initialization. (Issue [#&#8203;372](https://togithub.com/drivendataorg/cloudpathlib/issues/372), PR [#&#8203;373](https://togithub.com/drivendataorg/cloudpathlib/pull/373), thanks to [@&#8203;bryanwweber](https://togithub.com/bryanwweber)) - Skip mtime checks during upload when force_overwrite_to_cloud is set to improve upload performance. (Issue [#&#8203;379](https://togithub.com/drivendataorg/cloudpathlib/issues/379), PR [#&#8203;380](https://togithub.com/drivendataorg/cloudpathlib/pull/380), thanks to [@&#8203;Gilthans](https://togithub.com/Gilthans)) </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, 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://developer.mend.io/github/SphericalKat/deezbot). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjguMTAiLCJ1cGRhdGVkSW5WZXIiOiIzNy4zNjguMTAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->
This pull request can be merged automatically.
You are not authorized to merge this pull request.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/cloudpathlib-0.x:renovate/cloudpathlib-0.x
git checkout renovate/cloudpathlib-0.x
Sign in to join this conversation.
No description provided.