From 8591e478bd5b17cdc38db969d55ff972f4816b2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 15:09:54 +0000 Subject: [PATCH] Bump the pip group across 2 directories with 4 updates Bumps the pip group with 1 update in the /docs/adr/assets/ADR-003/examples/python directory: [requests](https://github.com/psf/requests). Bumps the pip group with 3 updates in the /scripts/docker/examples/python/assets/hello_world directory: [flask](https://github.com/pallets/flask), [pip](https://github.com/pypa/pip) and [werkzeug](https://github.com/pallets/werkzeug). Updates `requests` from 2.32.4 to 2.33.0 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.32.4...v2.33.0) 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) Updates `werkzeug` from 3.1.4 to 3.1.6 - [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.1.4...3.1.6) --- updated-dependencies: - dependency-name: requests dependency-version: 2.33.0 dependency-type: direct:production dependency-group: pip - 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 - dependency-name: werkzeug dependency-version: 3.1.6 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- docs/adr/assets/ADR-003/examples/python/requirements.txt | 2 +- .../examples/python/assets/hello_world/requirements.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/adr/assets/ADR-003/examples/python/requirements.txt b/docs/adr/assets/ADR-003/examples/python/requirements.txt index 2217ba5..dabdf71 100644 --- a/docs/adr/assets/ADR-003/examples/python/requirements.txt +++ b/docs/adr/assets/ADR-003/examples/python/requirements.txt @@ -1,2 +1,2 @@ PyJWT==2.12.0 -requests==2.32.4 +requests==2.33.0 diff --git a/scripts/docker/examples/python/assets/hello_world/requirements.txt b/scripts/docker/examples/python/assets/hello_world/requirements.txt index fd3a2bd..d660ee6 100644 --- a/scripts/docker/examples/python/assets/hello_world/requirements.txt +++ b/scripts/docker/examples/python/assets/hello_world/requirements.txt @@ -1,12 +1,12 @@ 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 +Werkzeug==3.1.6 wheel==0.46.2 WTForms==3.0.1