From fc2cc77385dfbbb96417eb7c7c6d6e4793867453 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Mar 2026 04:35:52 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 2 updates Bumps the pip group with 2 updates in the /scripts/docker/examples/python/assets/hello_world directory: [flask](https://github.com/pallets/flask) and [pip](https://github.com/pypa/pip). Updates `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) Updates `pip` from 25.3 to 26.0 - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/pip/compare/25.3...26.0) --- updated-dependencies: - dependency-name: flask dependency-version: 3.1.3 dependency-type: direct:production dependency-group: pip - dependency-name: pip dependency-version: '26.0' dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- .../examples/python/assets/hello_world/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/docker/examples/python/assets/hello_world/requirements.txt b/scripts/docker/examples/python/assets/hello_world/requirements.txt index fd3a2bd..a488911 100644 --- a/scripts/docker/examples/python/assets/hello_world/requirements.txt +++ b/scripts/docker/examples/python/assets/hello_world/requirements.txt @@ -1,11 +1,11 @@ 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 -pip==25.3 +pip==26.0 setuptools==78.1.1 Werkzeug==3.1.4 wheel==0.46.2