From 84ba6e0cd8ddf0bdcda0cffafd07de39b5e7c869 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Oct 2025 05:17:14 +0000 Subject: [PATCH] Bump flask Bumps [flask](https://github.com/pallets/flask) from 2.2.2 to 2.2.5. - [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.5) --- updated-dependencies: - dependency-name: flask dependency-version: 2.2.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../samples/imagery_insights_visualization_app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imagery_insights/samples/imagery_insights_visualization_app/requirements.txt b/imagery_insights/samples/imagery_insights_visualization_app/requirements.txt index 2897c25..8fb2a5f 100644 --- a/imagery_insights/samples/imagery_insights_visualization_app/requirements.txt +++ b/imagery_insights/samples/imagery_insights_visualization_app/requirements.txt @@ -1,2 +1,2 @@ -Flask==2.2.2 +Flask==2.2.5 Werkzeug==2.2.2 \ No newline at end of file