chore(deps): update dependency b2sdk to v1.22.1
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
Fixed
- Fix regression in dir exclusion patterns introduced in 1.22.0
v1.22.0
Added
- Declare official support of Python 3.12
- Improved
lifecycle_rules
argument type annotations
Deprecated
- Deprecate
file_infos
argument. Usefile_info
instead. Old argument name won't be supported in v3.
Changed
-
version_utils
decorators now ignorecurrent_version
parameter to better fitapiver
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
withruff
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
-
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)