Update bottle to 0.13.*

This commit is contained in:
Ivan Kravets
2024-09-16 20:45:30 +03:00
parent d224ae658d
commit 4230b223d2
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ def get_core_dependencies():
def get_pip_dependencies(): def get_pip_dependencies():
core = [ core = [
"bottle == 0.12.*", "bottle == %s" % ("0.12.*" if PY36 else "0.13.*"),
"click >=8.0.4, <9", "click >=8.0.4, <9",
"colorama", "colorama",
"marshmallow == 3.*", "marshmallow == 3.*",

View File

@ -117,7 +117,7 @@ def test_global_packages(
"ArduinoJson", "ArduinoJson",
"AsyncMqttClient", "AsyncMqttClient",
"Bounce2", "Bounce2",
"ESPAsyncTCP" "ESPAsyncTCP",
] ]
# custom storage # custom storage