From c60ba3a17ff20855f55d4180f0525e03e9547a60 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2019 15:51:46 +0000 Subject: [PATCH] Bump cluster-tools from 1.42 to 1.43 (#154) * Bump cluster-tools from 1.42 to 1.43 Bumps [cluster-tools](https://github.com/scalableminds/cluster_tools) from 1.42 to 1.43. - [Release notes](https://github.com/scalableminds/cluster_tools/releases) - [Commits](https://github.com/scalableminds/cluster_tools/compare/v1.42...v1.43) 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 5db0b8bb2..32ac35f48 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,6 +6,6 @@ pytest wkw==0.1.0 requests black -cluster_tools==1.42 +cluster_tools==1.43 natsort psutil diff --git a/setup.py b/setup.py index b42940b7f..158624b3a 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ "pillow", "pyyaml", "wkw", - "cluster_tools==1.42", + "cluster_tools==1.43", "natsort", ], description="A cubing tool for webKnossos",