From f5a86da1f3bde2f4e879123cd2ef6048f70f9ee7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Jul 2022 17:51:18 +0000 Subject: [PATCH] Update decorator requirement from <5.0 to <6.0 Updates the requirements on [decorator](https://github.com/micheles/decorator) to permit the latest version. - [Release notes](https://github.com/micheles/decorator/releases) - [Changelog](https://github.com/micheles/decorator/blob/master/CHANGES.md) - [Commits](https://github.com/micheles/decorator/compare/decorator-3.4.0...5.1.1) --- updated-dependencies: - dependency-name: decorator 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 8cd7928578..304ca82a88 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ "scipy==1.8.*", "scanpy>=1.6", "louvain==0.7.*", - "decorator<5.0", # pinned in #324 + "decorator<6.0", # pinned in #324 "memory-profiler==0.60", "colorama==0.4.*", "packaging==21.3",