From 54dcaf0816bfdc091ec66ed97ed851e06eaa841c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 04:37:15 +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: [pip](https://github.com/pypa/pip) and [werkzeug](https://github.com/pallets/werkzeug). Updates `pip` from 23.3 to 25.3 - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/pip/compare/23.3...25.3) Updates `werkzeug` from 3.0.6 to 3.1.4 - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/werkzeug/compare/3.0.6...3.1.4) --- updated-dependencies: - dependency-name: pip dependency-version: '25.3' dependency-type: direct:production dependency-group: pip - dependency-name: werkzeug dependency-version: 3.1.4 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 5331aff7..47aaf71a 100644 --- a/scripts/docker/examples/python/assets/hello_world/requirements.txt +++ b/scripts/docker/examples/python/assets/hello_world/requirements.txt @@ -5,8 +5,8 @@ Flask==2.3.3 itsdangerous==2.1.2 Jinja2==3.1.5 MarkupSafe==2.1.3 -pip==23.3 +pip==25.3 setuptools==78.1.1 -Werkzeug==3.0.6 +Werkzeug==3.1.4 wheel==0.41.1 WTForms==3.0.1