Skip to content

Commit 82edecc

Browse files
chore(deps): update dependency click to >=8.2,<8.3
1 parent a4f4489 commit 82edecc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ classifiers =
1515
[options]
1616
packages = find:
1717
install_requires =
18-
click>=8.0,<8.1;python_version=='3.6'
19-
click>=8.1,<8.2;python_version>'3.6'
18+
click>=8.2,<8.3;python_version=='3.6'
19+
click>=8.2,<8.3;python_version>'3.6'
2020
requests>=2.25;python_version>='3.6'
2121
urllib3>=1.26
2222
junitparser>=2.0.0

0 commit comments

Comments
 (0)