From b5496c1f999b04fcc1161b8857525deb8efcfa87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Mar 2022 13:20:58 +0000 Subject: [PATCH] Update click requirement from <8.1.0,>=7.1.1 to >=7.1.1,<8.2.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/7.1.1...8.1.0) --- 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 3cb657e3f9..285212b538 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ def get_version(): python_requires=">=3.6", install_requires=[ "asgiref>=3.2.10,<3.5.0", - "click>=7.1.1,<8.1.0", + "click>=7.1.1,<8.2.0", "click-default-group~=1.2.2", "Jinja2>=2.10.3,<3.1.0", "hupper~=1.9",