From a22b3a0e00e799a453742fee3e011c303caf7dea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 21:36:15 +0000 Subject: [PATCH] Bump pip in /scripts/docker/examples/python/assets/hello_world Bumps [pip](https://github.com/pypa/pip) from 23.3 to 26.1.2. - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/pip/compare/23.3...26.1.2) --- updated-dependencies: - dependency-name: pip dependency-version: 26.1.2 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 c92e3f7..2744ccd 100644 --- a/scripts/docker/examples/python/assets/hello_world/requirements.txt +++ b/scripts/docker/examples/python/assets/hello_world/requirements.txt @@ -5,7 +5,7 @@ Flask==2.3.3 itsdangerous==2.1.2 Jinja2==3.1.3 MarkupSafe==2.1.3 -pip==23.3 +pip==26.1.2 setuptools==78.1.1 Werkzeug==3.0.1 wheel==0.41.1