Skip to content

Commit 6da6265

Browse files
committed
Update deps
1 parent 53383de commit 6da6265

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ lint:
22
pylint --rcfile=./.pylintrc ./pioinstaller
33

44
isort:
5-
isort -rc ./pioinstaller
6-
isort -rc ./tests
5+
isort ./tests
6+
isort ./pioinstaller
77

88
format:
99
black --target-version py27 ./pioinstaller

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@
3535
license=__license__,
3636
install_requires=[
3737
# Core
38-
"click==7.1.2",
39-
"requests==2.25.1",
38+
"click==8.0.1",
39+
"requests==2.26.0",
4040
"colorama==0.4.4",
4141
"semantic-version==2.8.5",
42-
"certifi==2020.12.5",
42+
"certifi==2021.5.30",
4343
# Misc
4444
"wheel==0.36.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,py39
77
usedevelop = True
88
deps =
99
py35,py36,py37,py38,py39: black
10-
isort<5
10+
isort
1111
pylint
1212
pytest
1313
commands =

0 commit comments

Comments
 (0)