Skip to content

Commit 73ad992

Browse files
chore(deps): update dependency click to >=8.2,<8.3
1 parent 3b003a1 commit 73ad992

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ classifiers =
1515
[options]
1616
packages = find:
1717
install_requires =
18-
click>=8.0,<8.1;python_version=='3.6'
18+
click>=8.2,<8.3;python_version=='3.6'
1919
click>=8.1;python_version>'3.6'
2020
requests>=2.25;python_version>='3.6'
2121
urllib3>=1.26

0 commit comments

Comments
 (0)