From 83a47ffa346255e0fb3a0936d2d63049ecd86abb Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2020 19:44:55 +0000 Subject: [PATCH] chore(deps): Update click requirement from ~=7.0.0 to >=7.0,<7.2 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/master/CHANGES.rst) - [Commits](https://github.com/pallets/click/compare/7.0...7.1.1) Signed-off-by: dependabot-preview[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6d3e131..390c28b 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ def read(path, encoding="utf-8"): "pyyaml>=5.1", "hsluv==0.0.2", "attrs>=19.2,<19.4", - "click~=7.0.0", + "click>=7.0,<7.2", "freud-analysis>=1.0,<1.3", "rowan>=1.2,<1.3", "tqdm>=4,<5",