From 214050dc74ba961c2129c017708328d9508fb53a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Oct 2025 20:57:44 +0000 Subject: [PATCH] chore(deps): bump werkzeug from 3.0.3 to 3.0.6 in /iap Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.0.3 to 3.0.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.0.3...3.0.6) --- updated-dependencies: - dependency-name: werkzeug dependency-version: 3.0.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- iap/app_engine_app/requirements.txt | 2 +- iap/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/iap/app_engine_app/requirements.txt b/iap/app_engine_app/requirements.txt index f306f93a9ca..403e235d0fd 100644 --- a/iap/app_engine_app/requirements.txt +++ b/iap/app_engine_app/requirements.txt @@ -1,2 +1,2 @@ Flask==3.0.3 -Werkzeug==3.0.3 +Werkzeug==3.0.6 diff --git a/iap/requirements.txt b/iap/requirements.txt index d173e46ab20..7d80b2c1480 100644 --- a/iap/requirements.txt +++ b/iap/requirements.txt @@ -4,6 +4,6 @@ google-auth==2.19.1 gunicorn==22.0.0 requests==2.32.2 requests-toolbelt==1.0.0 -Werkzeug==3.0.3 +Werkzeug==3.0.6 google-cloud-iam~=2.3.0 PyJWT~=2.8.0 \ No newline at end of file