From 4230b223d2cf307408fdd4b1e077f0b149221f13 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Mon, 16 Sep 2024 20:45:30 +0300 Subject: [PATCH] Update bottle to 0.13.* --- platformio/dependencies.py | 2 +- tests/commands/pkg/test_uninstall.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/platformio/dependencies.py b/platformio/dependencies.py index 952ec9b3..334c0af1 100644 --- a/platformio/dependencies.py +++ b/platformio/dependencies.py @@ -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.*", diff --git a/tests/commands/pkg/test_uninstall.py b/tests/commands/pkg/test_uninstall.py index 51627a75..6a759fbc 100644 --- a/tests/commands/pkg/test_uninstall.py +++ b/tests/commands/pkg/test_uninstall.py @@ -117,7 +117,7 @@ def test_global_packages( "ArduinoJson", "AsyncMqttClient", "Bounce2", - "ESPAsyncTCP" + "ESPAsyncTCP", ] # custom storage