denshoproject / ddr-cmdln

Command-line tools for automating the Densho Digital Repository's various processes.
Other
0 stars 2 forks source link

build(deps): bump b2sdk from 1.4.0 to 1.14.1 #209

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps b2sdk from 1.4.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

Fixed

  • 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

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/denshoproject/ddr-cmdln/network/alerts).
dependabot[bot] commented 2 years ago

Looks like b2sdk is up-to-date now, so this is no longer needed.