From 5bf4b2c7aafcc761af9a4a2b98d0105fb4eaf43b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 04:41:24 +0000 Subject: [PATCH] build(deps): bump werkzeug Bumps [werkzeug](https://github.com/pallets/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: werkzeug dependency-version: 3.1.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../aws-codepipeline-ecs-lambda/src/flask-app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typescript/aws-codepipeline-ecs-lambda/src/flask-app/requirements.txt b/typescript/aws-codepipeline-ecs-lambda/src/flask-app/requirements.txt index b8babeacd4..4a0b7c339c 100644 --- a/typescript/aws-codepipeline-ecs-lambda/src/flask-app/requirements.txt +++ b/typescript/aws-codepipeline-ecs-lambda/src/flask-app/requirements.txt @@ -3,4 +3,4 @@ Flask==2.2.5 itsdangerous==2.0.1 Jinja2==3.1.6 MarkupSafe==2.0.1 -Werkzeug==3.0.6 \ No newline at end of file +Werkzeug==3.1.4 \ No newline at end of file