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 09eb3b8 commit 691da26Copy full SHA for 691da26
Makefile
@@ -6,8 +6,8 @@ isort:
6
isort ./pioinstaller
7
8
format:
9
- black --target-version py27 ./pioinstaller
10
- black --target-version py27 ./tests
+ black ./pioinstaller
+ black ./tests
11
12
test:
13
py.test --verbose --capture=no --exitfirst tests
setup.py
@@ -36,12 +36,12 @@
36
install_requires=[
37
# Core
38
"click==8.0.3",
39
- "requests==2.26.0",
+ "requests==2.27.1",
40
"colorama==0.4.4",
41
- "semantic-version==2.8.5",
+ "semantic-version==2.9.0",
42
"certifi==2021.10.8",
43
# Misc
44
- "wheel==0.37.0",
+ "wheel==0.37.1",
45
],
46
packages=find_packages(),
47
entry_points={
0 commit comments