From 84ec4c790075da86c39ec76be89bb5375d2fcbca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Feb 2022 01:10:33 +0000 Subject: [PATCH] Bump b2 from 1.1.0 to 3.2.1 Bumps [b2](https://github.com/Backblaze/B2_Command_Line_Tool) from 1.1.0 to 3.2.1. - [Release notes](https://github.com/Backblaze/B2_Command_Line_Tool/releases) - [Changelog](https://github.com/Backblaze/B2_Command_Line_Tool/blob/master/CHANGELOG.md) - [Commits](https://github.com/Backblaze/B2_Command_Line_Tool/compare/v1.1.0...v3.2.1) --- updated-dependencies: - dependency-name: b2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index db58d31..0cb381e 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ packages=find_packages(), install_requires=[ "fusepy==2.0.4", - "b2==1.1.0", + "b2==3.2.1", "pyyaml>=4.2b1", "portalocker==1.2.1", "pika==1.0.1",