Skip to content

Commit 1ba3468

Browse files
committed
Update deps
1 parent 83e067d commit 1ba3468

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.pylintrc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,6 @@ disable=
1515
arguments-differ,
1616
useless-object-inheritance,
1717
super-with-arguments,
18-
raise-missing-from
18+
raise-missing-from,
19+
consider-using-f-string,
20+
unspecified-encoding

setup.py

Lines changed: 2 additions & 2 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.1",
38+
"click==8.0.3",
3939
"requests==2.26.0",
4040
"colorama==0.4.4",
4141
"semantic-version==2.8.5",
42-
"certifi==2021.5.30",
42+
"certifi==2021.10.8",
4343
# Misc
4444
"wheel==0.37.0",
4545
],

0 commit comments

Comments
 (0)