Skip to content

Commit

Permalink
update to b2sdk 2.5.1 to fix b2 sync erroring out on inaccessible files
Browse files Browse the repository at this point in the history
  • Loading branch information
mjurbanski-reef committed Aug 15, 2024
1 parent 06b18b4 commit 28a23ff
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions changelog.d/1040.fixed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update to b2sdk 2.5.1 to fix `b2 sync` stopping when encountering inaccessible directory.
8 changes: 4 additions & 4 deletions pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ classifiers = [
dependencies = [
"argcomplete>=2,<4",
"arrow>=1.0.2,<2.0.0",
"b2sdk>=2.5.0,<3",
"b2sdk>=2.5.1,<3",
"docutils>=0.18.1",
"idna~=3.4; platform_system == 'Java'",
"importlib-metadata>=3.3; python_version < '3.8'",
Expand Down

0 comments on commit 28a23ff

Please sign in to comment.