From 192a50ee06a1cce9416310603cde7bc5383609c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Feb 2023 13:59:56 +0000 Subject: [PATCH] :arrow_up: Bump flask from 2.2.2 to 2.2.3 Bumps [flask](https://github.com/pallets/flask) from 2.2.2 to 2.2.3. - [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/2.2.2...2.2.3) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- docker-images/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-images/requirements.txt b/docker-images/requirements.txt index f87e0310..c05d987f 100644 --- a/docker-images/requirements.txt +++ b/docker-images/requirements.txt @@ -1 +1 @@ -flask==2.2.2 +flask==2.2.3