Skip to content

chore(deps): update dependency b2sdk to v1.22.1

Botaniker (Bot) requested to merge renovate/b2sdk-1.x into master

This MR contains the following updates:

Package Update Change
b2sdk minor ==1.21.0 -> ==1.22.1

Release Notes

Backblaze/b2-sdk-python (b2sdk)

v1.22.1

Compare Source

Fixed
  • Fix regression in dir exclusion patterns introduced in 1.22.0

v1.22.0

Compare Source

Added
  • Declare official support of Python 3.12
  • Improved lifecycle_rules argument type annotations
Deprecated
  • Deprecate file_infos argument. Use file_info instead. Old argument name won't be supported in v3.
Changed
  • version_utils decorators now ignore current_version parameter to better fit apiver needs
Fixed
  • Circular symlinks no longer cause infinite loops when syncing a folder
  • Fix crash on upload retry with unbound data source
Infrastructure
  • Remove unsupported PyPy versions (3.7, 3.8) from tests matrix and add PyPy 3.9 & 3.10 instead
  • Replaced pyflakes with ruff for linting
  • Refactored logic for resuming large file uploads to unify code paths, correct inconsistencies, and enhance configurability (#​381](https://github.com/Backblaze/b2-sdk-python/issues/381))
  • Automatically set copyright date when generating the docs
  • Use modern type hints in documentation (achieved through combination of PEP 563 & 585 and sphinx-autodoc-typehints)

Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

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


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

This MR has been generated by Renovate Bot. The local configuration can be found in the SI Renovate Bot repository.

Edited by Botaniker (Bot)

Merge request reports