We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83e067d commit 1ba3468Copy full SHA for 1ba3468
.pylintrc
@@ -15,4 +15,6 @@ disable=
15
arguments-differ,
16
useless-object-inheritance,
17
super-with-arguments,
18
- raise-missing-from
+ raise-missing-from,
19
+ consider-using-f-string,
20
+ unspecified-encoding
setup.py
@@ -35,11 +35,11 @@
35
license=__license__,
36
install_requires=[
37
# Core
38
- "click==8.0.1",
+ "click==8.0.3",
39
"requests==2.26.0",
40
"colorama==0.4.4",
41
"semantic-version==2.8.5",
42
- "certifi==2021.5.30",
+ "certifi==2021.10.8",
43
# Misc
44
"wheel==0.37.0",
45
],
0 commit comments