From bc96ec4dfb876f06ade6a5bf832009ec3646a9ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 20:13:16 +0000 Subject: [PATCH] Bump flask in /home_automation/actuators/LivoloLightsNode/central Bumps [flask](https://github.com/pallets/flask) from 0.12.3 to 2.3.2. - [Release notes](https://github.com/pallets/flask/releases) - [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/flask/compare/0.12.3...2.3.2) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production ... 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..a155a2c7 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==2.3.2 Flask-ini==0.2.1 Flask-Sijax==0.4.1 tailer==0.4.1