From 28f0ad5a548e0d24d045ce098fe3dc94071c5471 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 14:11:59 +0000 Subject: [PATCH] build(deps): bump werkzeug Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.0.2 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/2.0.2...3.0.6) --- updated-dependencies: - dependency-name: werkzeug 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 63287bc1f5..1915c77e5e 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.0.2 itsdangerous==2.0.1 Jinja2==3.0.2 MarkupSafe==2.0.1 -Werkzeug==2.0.2 \ No newline at end of file +Werkzeug==3.0.6 \ No newline at end of file