From 1c1ca59152d3b46f2eb6b262376e03a79a770abf Mon Sep 17 00:00:00 2001 From: Matthew Feickert Date: Fri, 26 Aug 2022 03:15:11 -0500 Subject: [PATCH] build: Update lower bound of click to v8.0.0 * Update lower bound of the supported click versions to v8.0.0 as it is required to support behavior in PR #1909. * Update tests/constraints.txt to use click==8.0.0. --- setup.cfg | 2 +- tests/constraints.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 33250a222a..be0274ac0d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -36,7 +36,7 @@ include_package_data = True python_requires = >=3.7 install_requires = scipy>=1.1.0 # requires numpy, which is required by pyhf and tensorflow - click>=7.0 # for console scripts + click>=8.0.0 # for console scripts tqdm>=4.56.0 # for readxml jsonschema>=3.0.0 # for utils jsonpatch>=1.15 diff --git a/tests/constraints.txt b/tests/constraints.txt index c278af3652..427e52b9aa 100644 --- a/tests/constraints.txt +++ b/tests/constraints.txt @@ -1,6 +1,6 @@ # core scipy==1.1.0 -click==7.0 +click==8.0.0 tqdm==4.56.0 jsonschema==3.0.0 jsonpatch==1.15