Skip to content

Commit d35d7b7

Browse files
committed
Update deps
1 parent ce9d74d commit d35d7b7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@
3535
license=__license__,
3636
install_requires=[
3737
# Core
38-
"click==8.0.3",
38+
"click==8.1.3",
3939
"requests==2.27.1",
40-
"colorama==0.4.4",
41-
"semantic-version==2.8.5",
42-
"certifi==2021.10.8",
40+
"colorama==0.4.5",
41+
"semantic-version==2.8.5", # >2.8.5 does not support Python 3.6
42+
"certifi==2022.6.15",
4343
# Misc
4444
"wheel==0.37.1",
4545
],

0 commit comments

Comments
 (0)