Skip to content

Commit 3822bb1

Browse files
committed
Update deps
1 parent ccbd7cc commit 3822bb1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@
3636
install_requires=[
3737
# Core
3838
"click==7.1.2",
39-
"requests==2.23.0",
39+
"requests==2.24.0",
4040
"colorama==0.4.3",
4141
"semantic-version==2.8.5",
42-
"certifi==2020.04.05.2",
42+
"certifi==2020.6.20",
4343
# Misc
4444
"wheel==0.34.2",
4545
],

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ envlist = py27, py35, py36, py37, py38
77
usedevelop = True
88
deps =
99
py35,py36,py37,py38: black
10-
isort
10+
isort<5
1111
pylint
1212
pytest
1313
commands =

0 commit comments

Comments
 (0)