Skip to content
This repository was archived by the owner on Nov 17, 2024. It is now read-only.

Bump b2sdk from 1.9.0 to 1.14.1#51

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/b2sdk-1.14.1
Open

Bump b2sdk from 1.9.0 to 1.14.1#51
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/b2sdk-1.14.1

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Jul 2, 2024

Bumps b2sdk from 1.9.0 to 1.14.1.

Release notes

Sourced from b2sdk's releases.

1.14.1

Fixed

  • Fix setting permissions for local sqlite database (thanks to Jan Schejbal for responsible disclosure!)

1.14.0

Fixed

  • Relax constraint on arrow to allow for versions >= 1.0.2

1.13.0

Added

  • Add support for Python 3.10

Changed

  • Update a list with all capabilities

Fixed

  • Fix pypy selector in CI

1.12.0

Changed

  • The importlib-metadata requirement is less strictly bound now (just >=3.3.0 for python > 3.5).
  • B2Api update_file_legal_hold and update_file_retention_setting now return the set values

Added

  • BucketIdNotFound thrown based on B2 cloud response
  • _clone method to FileVersion and DownloadVersion
  • delete, update_legal_hold, update_retention and download methods added to FileVersion

Fixed

  • FileSimulator returns special file info headers properly

Removed

  • One unused import.

1.11.0

Changed

  • apiver v2 interface released. from b2sdk.v2 import ... is now the recommended import, but from b2sdk.v1 import ... works as before

1.10.0

Added

  • get_fresh_state method added to FileVersion and Bucket

Changed

  • download_file_* methods refactored to allow for inspecting DownloadVersion before downloading the whole file
  • B2Api.get_file_info returns a FileVersion object in v2
  • B2RawApi renamed to B2RawHTTPApi
  • B2HTTP tests are now common
  • B2HttpApiConfig class introduced to provide parameters like user_agent_append to B2Api without using internal classes in v2
  • Bucket.update returns a Bucket object in v2

... (truncated)

Changelog

Sourced from b2sdk's changelog.

1.14.1 - 2022-02-23

Security

  • Fix setting permissions for local sqlite database (thanks to Jan Schejbal for responsible disclosure!)

1.14.0 - 2021-12-23

Fixed

  • Relax constraint on arrow to allow for versions >= 1.0.2

1.13.0 - 2021-10-24

Added

  • Add support for Python 3.10

Changed

  • Update a list with all capabilities

Fixed

  • Fix pypy selector in CI

1.12.0 - 2021-08-06

Changed

  • The importlib-metadata requirement is less strictly bound now (just >=3.3.0 for python > 3.5).
  • B2Api update_file_legal_hold and update_file_retention_setting now return the set values

Added

  • BucketIdNotFound thrown based on B2 cloud response
  • _clone method to FileVersion and DownloadVersion
  • delete, update_legal_hold, update_retention and download methods added to FileVersion

Fixed

  • FileSimulator returns special file info headers properly

Removed

  • One unused import.

1.11.0 - 2021-06-24

Changed

  • apiver v2 interface released. from b2sdk.v2 import ... is now the recommended import, but from b2sdk.v1 import ... works as before

1.10.0 - 2021-06-23

Added

  • get_fresh_state method added to FileVersion and Bucket

Changed

... (truncated)

Commits
  • 31a9cfd Release v1.14.1
  • 7a05dc9 Skip the sqlite chmod test on Windows
  • 325d7f1 Add a test for sqlite permissions
  • 8257c60 Actually call the test cleanup
  • e1cf10c Rename self.home to self.test_home in tests
  • ea14d84 Fix setting permissions for local sqlite database
  • 9ed5b69 Merge pull request #295 from Backblaze/rel1.14.0
  • d0d040d release v1.14.0
  • 5c2d72e Merge pull request #293 from sigmavirus24/arrow-1.x
  • 2015c54 Allow for arrow >= 1.0.2 on Python 3.6+
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [b2sdk](https://github.com/Backblaze/b2-sdk-python) from 1.9.0 to 1.14.1.
- [Release notes](https://github.com/Backblaze/b2-sdk-python/releases)
- [Changelog](https://github.com/Backblaze/b2-sdk-python/blob/master/CHANGELOG.md)
- [Commits](Backblaze/b2-sdk-python@v1.9.0...v1.14.1)

---
updated-dependencies:
- dependency-name: b2sdk
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants