From 57568b42c307af627e598a39ccf743dcef9610f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Apr 2023 07:27:30 +0000 Subject: [PATCH] Bump flask in /home-automation/04-hue-lights/service.registry.device Bumps [flask](https://github.com/pallets/flask) from 0.12.2 to 1.0. - [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.2...1.0) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../04-hue-lights/service.registry.device/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-automation/04-hue-lights/service.registry.device/requirements.txt b/home-automation/04-hue-lights/service.registry.device/requirements.txt index 358cd7a..039ae66 100644 --- a/home-automation/04-hue-lights/service.registry.device/requirements.txt +++ b/home-automation/04-hue-lights/service.registry.device/requirements.txt @@ -1,3 +1,3 @@ -Flask==0.12.2 +Flask==1.0 flask-restful==0.3.6 markdown==2.6.11