From 02b450148dec761da3067229efdecf4f1fdc5eb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Mar 2021 10:34:31 +0000 Subject: [PATCH] Bump flask in /home_automation/actuators/LivoloLightsNode/central Bumps [flask](https://github.com/pallets/flask) from 0.12.3 to 1.0. - [Release notes](https://github.com/pallets/flask/releases) - [Changelog](https://github.com/pallets/flask/blob/master/CHANGES.rst) - [Commits](https://github.com/pallets/flask/compare/0.12.3...1.0) Signed-off-by: dependabot[bot] --- .../actuators/LivoloLightsNode/central/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home_automation/actuators/LivoloLightsNode/central/requirements.txt b/home_automation/actuators/LivoloLightsNode/central/requirements.txt index fe30cedb..cc49ccbe 100644 --- a/home_automation/actuators/LivoloLightsNode/central/requirements.txt +++ b/home_automation/actuators/LivoloLightsNode/central/requirements.txt @@ -3,7 +3,7 @@ psutil==3.4.2 uptime==3.0.1 gatt==0.2.6 paho-mqtt==1.3.1 -Flask==0.12.3 +Flask==1.0 Flask-ini==0.2.1 Flask-Sijax==0.4.1 tailer==0.4.1