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