From 79df6349a22de3dc9271b57a62890c4de3eca25b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jul 2024 18:12:31 +0000 Subject: [PATCH] Bump werkzeug from 1.0.0 to 3.0.3 in /src/modules/api/pipeline-task Bumps [werkzeug](https://github.com/pallets/werkzeug) from 1.0.0 to 3.0.3. - [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/1.0.0...3.0.3) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/modules/api/pipeline-task/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 src/modules/api/pipeline-task/requirements.txt diff --git a/src/modules/api/pipeline-task/requirements.txt b/src/modules/api/pipeline-task/requirements.txt old mode 100755 new mode 100644 index cda00515a..b323774c7 --- a/src/modules/api/pipeline-task/requirements.txt +++ b/src/modules/api/pipeline-task/requirements.txt @@ -11,6 +11,6 @@ sentry-sdk==1.7.2 itsdangerous==2.0.1 pyOpenSSL==22.1.0 Jinja2==3.0.3 -Werkzeug==1.0.0 +Werkzeug==3.0.3 Flask_SQLAlchemy==2.5.1 SQLAlchemy==1.3.18