From c45c71a52cb623383d814dd63b1c50c990923011 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 23:08:44 +0000 Subject: [PATCH] Bump flask in /scripts/docker/examples/python/assets/hello_world Bumps [flask](https://github.com/pallets/flask) from 2.3.3 to 3.1.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.3.3...3.1.3) --- updated-dependencies: - dependency-name: flask dependency-version: 3.1.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../docker/examples/python/assets/hello_world/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/docker/examples/python/assets/hello_world/requirements.txt b/scripts/docker/examples/python/assets/hello_world/requirements.txt index 6ac36a3..d040a9e 100644 --- a/scripts/docker/examples/python/assets/hello_world/requirements.txt +++ b/scripts/docker/examples/python/assets/hello_world/requirements.txt @@ -1,7 +1,7 @@ blinker==1.6.2 click==8.1.7 Flask-WTF==1.2.0 -Flask==2.3.3 +Flask==3.1.3 itsdangerous==2.1.2 Jinja2==3.1.5 MarkupSafe==2.1.3