chore(deps): update dependency smart-open to v7 #11

Open
renovate[bot] wants to merge 1 commits from renovate/smart-open-7.x into main
renovate[bot] commented 2024-05-26 01:23:44 +00:00 (Migrated from github.com)

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
smart-open ==6.4.0 -> ==7.0.4 age adoption passing confidence

Release Notes

piskvorky/smart_open (smart-open)

v7.0.4

Compare Source

v7.0.3

Compare Source

v7.0.2

Compare Source

v7.0.1

Compare Source

v7.0.0

Compare Source

6.4.0, 2023-09-07

6.3.0, 2022-12-12


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 | |---|---|---|---|---|---| | [smart-open](https://togithub.com/piskvorky/smart_open) | `==6.4.0` -> `==7.0.4` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/smart-open/7.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/smart-open/7.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/smart-open/6.4.0/7.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/smart-open/6.4.0/7.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>piskvorky/smart_open (smart-open)</summary> ### [`v7.0.4`](https://togithub.com/piskvorky/smart_open/blob/HEAD/CHANGELOG.md#704-2024-03-26) [Compare Source](https://togithub.com/piskvorky/smart_open/compare/v7.0.3...v7.0.4) - Fix wb mode with zstd compression (PR [#&#8203;815](https://togithub.com/piskvorky/smart_open/pull/815), [@&#8203;djudd](https://togithub.com/djudd)) - Remove GCS bucket.exists call to avoid storage.buckets.get permission (PR [#&#8203;813](https://togithub.com/piskvorky/smart_open/pull/813), [@&#8203;ddelange](https://togithub.com/ddelange)) ### [`v7.0.3`](https://togithub.com/piskvorky/smart_open/blob/HEAD/CHANGELOG.md#703-2024-03-21) [Compare Source](https://togithub.com/piskvorky/smart_open/compare/v7.0.2...v7.0.3) - add support for zst writing (PR [#&#8203;812](https://togithub.com/piskvorky/smart_open/pull/812), [@&#8203;mpenkov](https://togithub.com/mpenkov)) - roll back PR [#&#8203;812](https://togithub.com/piskvorky/smart_open/pull/788), restore compatibility with built-in open function ([@&#8203;mpenkov](https://togithub.com/mpenkov)) ### [`v7.0.2`](https://togithub.com/piskvorky/smart_open/blob/HEAD/CHANGELOG.md#702-2024-03-21) [Compare Source](https://togithub.com/piskvorky/smart_open/compare/v7.0.1...v7.0.2) - Add `__next__` method to FileLikeProxy (PR [#&#8203;811](https://togithub.com/piskvorky/smart_open/pull/811), [@&#8203;ddelange](https://togithub.com/ddelange)) - Fix python_requires minimum python version in setup.py (PR [#&#8203;807](https://togithub.com/piskvorky/smart_open/pull/807), [@&#8203;pressler-vsc](https://togithub.com/pressler-vsc)) - Add activity check to cached sftp connections (PR [#&#8203;808](https://togithub.com/piskvorky/smart_open/pull/808), [@&#8203;greg-offerfit](https://togithub.com/greg-offerfit)) ### [`v7.0.1`](https://togithub.com/piskvorky/smart_open/blob/HEAD/CHANGELOG.md#701-2024-02-26) [Compare Source](https://togithub.com/piskvorky/smart_open/compare/v7.0.0...v7.0.1) - Do not touch botocore unless it is installed (PR [#&#8203;803](https://togithub.com/piskvorky/smart_open/pull/803), [@&#8203;ddelange](https://togithub.com/ddelange)) ### [`v7.0.0`](https://togithub.com/piskvorky/smart_open/blob/HEAD/CHANGELOG.md#700-2024-02-26) [Compare Source](https://togithub.com/piskvorky/smart_open/compare/v6.4.0...v7.0.0) - Upgrade dev status classifier to stable (PR [#&#8203;798](https://togithub.com/piskvorky/smart_open/pull/798), [@&#8203;seebi](https://togithub.com/seebi)) - Add zstandard compression support (PR [#&#8203;801](https://togithub.com/piskvorky/smart_open/pull/801), [@&#8203;rlrs](https://togithub.com/rlrs)) - Support moto 4 & 5 (PR [#&#8203;802](https://togithub.com/piskvorky/smart_open/pull/802), [@&#8203;jayvdb](https://togithub.com/jayvdb)) - Add logic for handling large files in MultipartWriter uploads to S3 (PR [#&#8203;796](https://togithub.com/piskvorky/smart_open/pull/796), [@&#8203;jakkdl](https://togithub.com/jakkdl)) - Add support for SSH connection via aliases from `~/.ssh/config` (PR [#&#8203;790](https://togithub.com/piskvorky/smart_open/pull/790), [@&#8203;wbeardall](https://togithub.com/wbeardall)) - Secure the connection using SSL when connecting to the FTPS server (PR [#&#8203;793](https://togithub.com/piskvorky/smart_open/pull/793), [@&#8203;wammaster](https://togithub.com/wammaster)) - Make GCS I/O 1000x faster by avoiding unnecessary API call (PR [#&#8203;788](https://togithub.com/piskvorky/smart_open/pull/788), [@&#8203;JohnHBrock](https://togithub.com/JohnHBrock)) - Retry finalizing multipart S3 upload (PR [#&#8203;785](https://togithub.com/piskvorky/smart_open/pull/785), [@&#8203;ddelange](https://togithub.com/ddelange)) - Handle exceptions during writes to Azure (PR [#&#8203;783](https://togithub.com/piskvorky/smart_open/pull/783), [@&#8203;ddelange](https://togithub.com/ddelange)) - Fix formatting of python code in MIGRATING_FROM_OLDER_VERSIONS.rst (PR [#&#8203;795](https://togithub.com/piskvorky/smart_open/pull/795), [@&#8203;kenahoo](https://togithub.com/kenahoo)) - Fix **str** method in SinglepartWriter (PR [#&#8203;791](https://togithub.com/piskvorky/smart_open/pull/791), [@&#8203;ThosRTanner](https://togithub.com/ThosRTanner)) - Fix `KeyError: 'ContentRange'` when received full content from S3 (PR [#&#8203;789](https://togithub.com/piskvorky/smart_open/pull/789), [@&#8203;messense](https://togithub.com/messense)) - Propagate **exit** call to the underlying filestream (PR [#&#8203;786](https://togithub.com/piskvorky/smart_open/pull/786), [@&#8203;ddelange](https://togithub.com/ddelange)) #### 6.4.0, 2023-09-07 - Ignore S3 seeks to the current position (PR [#&#8203;782](https://togithub.com/RaRe-Technologies/smart_open/pull/782), [@&#8203;beck3905](https://togithub.com/beck3905)) - Set binary mode prior to FTP write (PR [#&#8203;781](https://togithub.com/RaRe-Technologies/smart_open/pull/781), [@&#8203;beck3905](https://togithub.com/beck3905)) - Improve S3 URI Parsing for URIs with "@&#8203;", "/", and ":" (PR [#&#8203;776](https://togithub.com/RaRe-Technologies/smart_open/pull/776), [@&#8203;rileypeterson](https://togithub.com/rileypeterson)) - Add python 3.11 to setup.py (PR [#&#8203;775](https://togithub.com/RaRe-Technologies/smart_open/pull/775), [@&#8203;tooptoop4](https://togithub.com/tooptoop4)) - Fix retrieving empty but existing object from S3 (PR [#&#8203;771](https://togithub.com/RaRe-Technologies/smart_open/pull/771), [@&#8203;Darkheir](https://togithub.com/Darkheir)) - Avoid overfilling buffer when reading from Azure (PR [#&#8203;767](https://togithub.com/RaRe-Technologies/smart_open/pull/767), [@&#8203;ronreiter](https://togithub.com/ronreiter)) - Add required import for example to work (PR [#&#8203;756](https://togithub.com/RaRe-Technologies/smart_open/pull/756), [@&#8203;jensenbox](https://togithub.com/jensenbox)) #### 6.3.0, 2022-12-12 - Refactor Google Cloud Storage to use blob.open (**[ddelange](https://togithub.com/ddelange)**, [#&#8203;744](https://togithub.com/RaRe-Technologies/smart_open/pull/744)) - Add FTP/FTPS support ([#&#8203;33](https://togithub.com/piskvorky/smart_open/issues/33)) (**[RachitSharma2001](https://togithub.com/RachitSharma2001)**, [#&#8203;739](https://togithub.com/RaRe-Technologies/smart_open/pull/739)) - Bring back compression_wrapper(filename) + use case-insensitive extension matching (**[piskvorky](https://togithub.com/piskvorky)**, [#&#8203;737](https://togithub.com/RaRe-Technologies/smart_open/pull/737)) - Fix avoidable S3 race condition ([#&#8203;693](https://togithub.com/piskvorky/smart_open/issues/693)) (**[RachitSharma2001](https://togithub.com/RachitSharma2001)**, [#&#8203;735](https://togithub.com/RaRe-Technologies/smart_open/pull/735)) - setup.py: Remove pathlib2 (**[jayvdb](https://togithub.com/jayvdb)**, [#&#8203;733](https://togithub.com/RaRe-Technologies/smart_open/pull/733)) - Add flake8 config globally (**[cadnce](https://togithub.com/cadnce)**, [#&#8203;732](https://togithub.com/RaRe-Technologies/smart_open/pull/732)) - Added buffer_size parameter to http module (**[mullenkamp](https://togithub.com/mullenkamp)**, [#&#8203;730](https://togithub.com/RaRe-Technologies/smart_open/pull/730)) - Added documentation to support GCS anonymously (**[cadnce](https://togithub.com/cadnce)**, [#&#8203;728](https://togithub.com/RaRe-Technologies/smart_open/pull/728)) - Reconnect inactive sftp clients automatically (**[Kache](https://togithub.com/Kache)**, [#&#8203;719](https://togithub.com/RaRe-Technologies/smart_open/pull/719)) </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/smart-open-7.x:renovate/smart-open-7.x
git checkout renovate/smart-open-7.x
Sign in to join this conversation.
No description provided.