Skip to content

Commit 691da26

Browse files
committed
Update deps
1 parent 09eb3b8 commit 691da26

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ isort:
66
isort ./pioinstaller
77

88
format:
9-
black --target-version py27 ./pioinstaller
10-
black --target-version py27 ./tests
9+
black ./pioinstaller
10+
black ./tests
1111

1212
test:
1313
py.test --verbose --capture=no --exitfirst tests

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@
3636
install_requires=[
3737
# Core
3838
"click==8.0.3",
39-
"requests==2.26.0",
39+
"requests==2.27.1",
4040
"colorama==0.4.4",
41-
"semantic-version==2.8.5",
41+
"semantic-version==2.9.0",
4242
"certifi==2021.10.8",
4343
# Misc
44-
"wheel==0.37.0",
44+
"wheel==0.37.1",
4545
],
4646
packages=find_packages(),
4747
entry_points={

0 commit comments

Comments
 (0)