From 6068ae554b5abb7236c1122bacff0853da7d50ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 20:11:40 +0000 Subject: [PATCH] Bump flask from 0.12.2 to 2.3.2 in /home-automation/02-device-registry Bumps [flask](https://github.com/pallets/flask) from 0.12.2 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.2...2.3.2) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- home-automation/02-device-registry/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-automation/02-device-registry/requirements.txt b/home-automation/02-device-registry/requirements.txt index 358cd7a..abd4dee 100644 --- a/home-automation/02-device-registry/requirements.txt +++ b/home-automation/02-device-registry/requirements.txt @@ -1,3 +1,3 @@ -Flask==0.12.2 +Flask==2.3.2 flask-restful==0.3.6 markdown==2.6.11