Skip to content

Commit 268ccbf

Browse files
authored
Bump Click version requirement (#660)
Click version 8.0.1 contains a bug which breaks our TypedMultiChoice this is fixed in version 8.0.2 resolves se-sic/VaRA#913
1 parent d0c02f7 commit 268ccbf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
argparse-utils>=1.2.0
22
benchbuild>=6.3.0
3-
click>=8.0.1
3+
click>=8.0.2
44
distro>=1.5.0
55
graphviz>=0.14.2
66
Jinja2>=3.0.1

varats/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
install_requires=[
2020
"argparse-utils>=1.2.0",
2121
"benchbuild>=6.3.1",
22-
"click>=8.0.1",
22+
"click>=8.0.2",
2323
"Cryptography<37.0.0",
2424
"distro>=1.5.0",
2525
"graphviz>=0.14.2",

0 commit comments

Comments
 (0)