Skip to content

Commit fc9ffd1

Browse files
build: Update lower bound of click to v8.0.0 (#1958)
* Update lower bound of the supported click versions to v8.0.0 as it is required to support behavior in PR #1909 due to click v7.x not setting the type correctly for path type arguments. - c.f. #1957 (comment) * Update tests/constraints.txt to use click==8.0.0.
1 parent 3ac885e commit fc9ffd1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ include_package_data = True
3636
python_requires = >=3.7
3737
install_requires =
3838
scipy>=1.1.0 # requires numpy, which is required by pyhf and tensorflow
39-
click>=7.0 # for console scripts
39+
click>=8.0.0 # for console scripts
4040
tqdm>=4.56.0 # for readxml
4141
jsonschema>=3.0.0 # for utils
4242
jsonpatch>=1.15

tests/constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# core
22
scipy==1.1.0
3-
click==7.0
3+
click==8.0.0 # c.f. PR #1958, #1909
44
tqdm==4.56.0
55
jsonschema==3.0.0
66
jsonpatch==1.15

0 commit comments

Comments
 (0)