From 11f8f1818ef512282942f5923b49f92dce089564 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2019 09:44:14 +0100 Subject: [PATCH] Bump cluster-tools from 1.44 to 1.45 (#164) Bumps [cluster-tools](https://github.com/scalableminds/cluster_tools) from 1.44 to 1.45. - [Release notes](https://github.com/scalableminds/cluster_tools/releases) - [Commits](https://github.com/scalableminds/cluster_tools/compare/v1.44...v1.45) Signed-off-by: dependabot-preview[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index d8655d4a2..efcfcf5d3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ pytest wkw==0.1.1 requests black==19.3b0 -cluster_tools==1.44 +cluster_tools==1.45 natsort psutil nibabel diff --git a/setup.py b/setup.py index d50d31ba4..4a8d04b5a 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ "pillow", "pyyaml", "wkw", - "cluster_tools==1.44", + "cluster_tools==1.45", "natsort", ], description="A cubing tool for webKnossos",