Skip to content

Commit

Permalink
Update bottle to 0.13.*
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankravets committed Sep 16, 2024
1 parent d224ae6 commit 4230b22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion platformio/dependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def get_core_dependencies():

def get_pip_dependencies():
core = [
"bottle == 0.12.*",
"bottle == %s" % ("0.12.*" if PY36 else "0.13.*"),
"click >=8.0.4, <9",
"colorama",
"marshmallow == 3.*",
Expand Down
2 changes: 1 addition & 1 deletion tests/commands/pkg/test_uninstall.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def test_global_packages(
"ArduinoJson",
"AsyncMqttClient",
"Bounce2",
"ESPAsyncTCP"
"ESPAsyncTCP",
]

# custom storage
Expand Down

0 comments on commit 4230b22

Please sign in to comment.