From 08bd5e4a2428a75fe9627162a61add8b2a4e7c71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Apr 2024 20:35:53 +0000 Subject: [PATCH] Bump werkzeug from 2.2.3 to 2.3.8 in /notify-api Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.2.3 to 2.3.8. - [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.2.3...2.3.8) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- notify-api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notify-api/requirements.txt b/notify-api/requirements.txt index 7dbcfc776..9fee89377 100644 --- a/notify-api/requirements.txt +++ b/notify-api/requirements.txt @@ -29,7 +29,7 @@ pytz==2021.1 PyYAML==5.4.1 six==1.16.0 SQLAlchemy==1.4.17 -Werkzeug==2.2.3 +Werkzeug==2.3.8 flask_mail==0.9.1 flask_restx secure==0.3.0