From 33d1dca73ce8b8342047be7d4444509165ad0dd6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Oct 2021 01:13:08 +0000 Subject: [PATCH] Update click requirement from <8.0.0 to <9.0.0 Updates the requirements on [click](https://github.com/pallets/click) to permit the latest version. - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/click/compare/0.1...8.0.3) --- updated-dependencies: - dependency-name: click 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 0944b041..f4d1b709 100644 --- a/setup.py +++ b/setup.py @@ -46,7 +46,7 @@ def readme(): 'jsonschema>=2.0, <=3.2.0', 'jsonref==0.2', 'click; python_version>="3.0.0"', - 'click < 8.0.0; python_version=="2.7"' + 'click < 9.0.0; python_version=="2.7"' ], zip_safe=False, entry_points = {