From ba2a18d749d6dbef1b9df6e54d283b50ebf0b974 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 08:09:59 +0000 Subject: [PATCH] chore(deps): bump the pip group across 1 directory with 2 updates Bumps the pip group with 2 updates in the /tests/docker directory: [flask](https://github.com/pallets/flask) and [werkzeug](https://github.com/pallets/werkzeug). Updates `flask` from 2.2.5 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.2.5...3.1.3) Updates `werkzeug` from 3.1.5 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.5...3.1.6) --- updated-dependencies: - dependency-name: flask dependency-version: 3.1.3 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] --- tests/docker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/docker/requirements.txt b/tests/docker/requirements.txt index c6fd722..f200a74 100644 --- a/tests/docker/requirements.txt +++ b/tests/docker/requirements.txt @@ -3,7 +3,7 @@ cachetools==4.2.4 certifi==2024.7.4 charset-normalizer==2.0.12 click==8.1.2 -Flask==2.2.5 +Flask==3.1.3 Flask-RESTful==0.3.9 google-auth==2.3.3 idna==3.11 @@ -33,5 +33,5 @@ six==1.16.0 typing_extensions==4.2.0 urllib3==2.6.3 websocket-client==1.9.0 -Werkzeug==3.1.5 +Werkzeug==3.1.6 zipp==3.23.0