From 789e536e6589de2aad60cbec84de3fa1ebc563eb 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 a746e86..4d59047 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ def read(fname): keywords='', author='Sondre Engebraaten', packages=find_packages(), - install_requires=['b2==1.1.0', 'fusepy==2.0.4', 'PyYAML==5.1'], + install_requires=['b2==3.2.1', 'fusepy==2.0.4', 'PyYAML==5.1'], include_package_data=True, zip_safe=True, entry_points={